From: Oleg Broytman Date: Sat, 10 Jun 2017 15:28:34 +0000 (+0300) Subject: Fix homepage URL in setup.py X-Git-Tag: 0.2.2~1 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=19480e52efebff84d26b33f718ffc7df71f6f97f Fix homepage URL in setup.py [skip ci] --- diff --git a/setup.py b/setup.py index 241185a..7880321 100755 --- 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=[''],