Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Add long_description to setup.py
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
TwoWheelDev committed Aug 11, 2014
1 parent 89ad6e4 commit 2fff1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
author_email='[email protected]',
description='Convert old ini-style GNS3 topologies (<=0.8.7) to the '
'newer version 1+ JSON format',
long_description=open("README.rst", "r").read(),
test_suite='tests',
install_requires=['configobj'],
package_data={'gns3converter': ['configspec']},
Expand Down

0 comments on commit 2fff1ff

Please sign in to comment.