Skip to content

Commit

Permalink
Add project URL to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jciskey committed May 8, 2017
1 parent 82e6f08 commit 9c9cc88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

setup(
name='PyGraph',
version='0.1.0',
version='0.2.0',
description="A graph manipulation library in pure Python",
url="https://github.com/jciskey/pygraph",
license="MIT",
packages=["pygraph", "pygraph.classes", "pygraph.functions", "pygraph.helpers"],
classifiers=[
Expand Down

0 comments on commit 9c9cc88

Please sign in to comment.