Skip to content

Commit 1511447

Browse files
committed
prepare for pypi release
1 parent 1f0fdcd commit 1511447

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'numpy'
1414
],
1515
url='https://github.com/shirecoding/ModelMaker',
16+
download_url='https://github.com/shirecoding/ModelMaker/archive/0.0.1.tar.gz',
1617
long_description=open('README.md').read(),
1718
zip_safe=False,
1819
include_package_data=True,

0 commit comments

Comments
 (0)