We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0fdcd commit 1511447Copy full SHA for 1511447
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file = README.md
setup.py
@@ -13,6 +13,7 @@
13
'numpy'
14
],
15
url='https://github.com/shirecoding/ModelMaker',
16
+ download_url='https://github.com/shirecoding/ModelMaker/archive/0.0.1.tar.gz',
17
long_description=open('README.md').read(),
18
zip_safe=False,
19
include_package_data=True,
0 commit comments