Skip to content

Commit

Permalink
Initial pypi release complete
Browse files Browse the repository at this point in the history
  • Loading branch information
james gilbert committed Mar 2, 2018
1 parent 8f025a8 commit 5cad19f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="cigram",
version="1.0.0",
version="0.1.0",
description="Circular Gaussian Random gRAph Model - a generator for synthetic complex networks",
zip_safe=False,
author="James Gilbert",
Expand All @@ -31,8 +31,8 @@
},
setup_requires=['pytest-runner'],
tests_require=['pytest'],
url="http://cigram.ico2s.org",
url="https://github.com/azimov/cigram",
include_package_data=True,
packages=["cigram", "cigram.network_opt"],
ext_modules=[lfrmodule, cmodule],
download_url="https://github.com/azimov/cigram/archive/0.1.0.tar.gz",
)

0 comments on commit 5cad19f

Please sign in to comment.