Preparing for PyPI release
This commit is contained in:
parent
cef9c04dc3
commit
f7fcde3100
2 changed files with 3 additions and 0 deletions
2
setup.cfg
Normal file
2
setup.cfg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[metadata]
|
||||||
|
description-file = README.md
|
1
setup.py
1
setup.py
|
@ -5,6 +5,7 @@ setup(
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
url='https://git.k-fortytwo.de/christofsteel/warp',
|
url='https://git.k-fortytwo.de/christofsteel/warp',
|
||||||
|
download_url = 'https://git.k-fortytwo.de/christofsteel/warped/archive/0.1.0.tar.gz',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Christoph Stahl',
|
author='Christoph Stahl',
|
||||||
author_email='christoph.stahl@uni-dortmund.de',
|
author_email='christoph.stahl@uni-dortmund.de',
|
||||||
|
|
Loading…
Add table
Reference in a new issue