Fixed setup scripts' url
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ setup(
|
|||||||
author_email = "veit.heller@htw-berlin.de",
|
author_email = "veit.heller@htw-berlin.de",
|
||||||
version = "0.1.0 Alpha",
|
version = "0.1.0 Alpha",
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
url = "https://git.com/hellerve/_",
|
url = "https://github.com/hellerve/_",
|
||||||
packages = ['_',],
|
packages = ['_',],
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
platforms = ['Linux', 'OS X', 'Windows']
|
platforms = ['Linux', 'OS X', 'Windows']
|
||||||
|
Reference in New Issue
Block a user