]> git.phdru.name Git - sqlconvert.git/commitdiff
Fix homepage URL in setup.py
authorOleg Broytman <phd@phdru.name>
Sat, 10 Jun 2017 15:28:34 +0000 (18:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 10 Jun 2017 16:26:44 +0000 (19:26 +0300)
[skip ci]

setup.py

index 241185a044b30172a93970dab11ecaccdba607a2..7880321fd8ee8860f15a26d6095089e2acb88b18 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(name='sqlconvert',
       long_description=open('README.rst', 'rU').read(),
       author='Oleg Broytman',
       author_email='phd@phdru.name',
-      url='http://phdru.name/Software/Python/',
+      url='http://phdru.name/Software/Python/sqlconvert/',
       license='GPL',
       platforms=['any'],
       keywords=[''],