fixed setup.py
This commit is contained in:
parent
de5549e43c
commit
c0d0e11591
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
@ -1,11 +1,13 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
version = "0.1.1"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='warped',
|
name='warped',
|
||||||
version='0.1.1',
|
version=version,
|
||||||
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',
|
download_url = 'https://git.k-fortytwo.de/christofsteel/warped/archive/%s.tar.gz' % version,
|
||||||
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