Change project url to GitHub
This commit is contained in:
parent
14771695c4
commit
95852ba11d
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
||||||
platforms='posix',
|
platforms='posix',
|
||||||
version='0.4.4',
|
version='0.4.4',
|
||||||
license='GPLv3 or later',
|
license='GPLv3 or later',
|
||||||
url='https://seba-geek.de/stuff/servefile/',
|
url='https://github.com/sebageek/servefile/',
|
||||||
author='Sebastian Lohff',
|
author='Sebastian Lohff',
|
||||||
author_email='seba@someserver.de',
|
author_email='seba@someserver.de',
|
||||||
install_requires=['pyopenssl'],
|
install_requires=['pyopenssl'],
|
||||||
|
|
Loading…
Reference in New Issue