From 19480e52efebff84d26b33f718ffc7df71f6f97f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 10 Jun 2017 18:28:34 +0300 Subject: [PATCH] Fix homepage URL in setup.py [skip ci] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[''], -- 2.39.2