Skip to content

Commit 30c577d

Browse files
committed
Preparing release 1.0.1
1 parent d41adff commit 30c577d

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

.hgignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.hgtags

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ def read( path ):
66

77
setup(
88
name = 'GraphvizAnim',
9-
version = '0.3-alpha',
9+
version = '1.0.1',
1010
description = 'A tool to create animated graph visualizations, based on graphviz',
1111
long_description = read( 'README.md' ),
12+
long_description_content_type='text/markdown',
1213
author = 'Massimo Santini',
1314
author_email = '[email protected]',
1415
url = 'https://github.com/mapio/GraphvizAnim',
1516
license = 'GNU/GPLv3',
1617
packages = [ 'gvanim' ],
1718
keywords = 'drawing graph animation',
1819
classifiers = [
19-
'Development Status :: 3 - Alpha',
20+
'Development Status :: 5 - Production/Stable',
2021
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
2122
'Operating System :: Unix',
2223
'Topic :: Software Development :: Libraries :: Python Modules'

0 commit comments

Comments
 (0)