Preparing for PyPI release

This commit is contained in:
Christoph Stahl 2017-05-29 12:11:04 +02:00
parent cef9c04dc3
commit f7fcde3100
2 changed files with 3 additions and 0 deletions

2
setup.cfg Normal file
View file

@ -0,0 +1,2 @@
[metadata]
description-file = README.md

View file

@ -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',