diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index 558a109..0aacb41 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ setup( version='0.1.0', packages=find_packages(), 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', author='Christoph Stahl', author_email='christoph.stahl@uni-dortmund.de',