Skip to content

Commit

Permalink
Preparing release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed May 21, 2018
1 parent d41adff commit 30c577d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
3 changes: 0 additions & 3 deletions .hgignore

This file was deleted.

2 changes: 0 additions & 2 deletions .hgtags

This file was deleted.

5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ def read( path ):

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

0 comments on commit 30c577d

Please sign in to comment.