X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=7880321fd8ee8860f15a26d6095089e2acb88b18;hb=85d2da82f349c87a2cbb765575466c7ed153f337;hp=a73d59682af302af4b7f82de121b970f31ba3afe;hpb=71665d24bf836911ce782d7438e67a5163a2b94b;p=sqlconvert.git diff --git a/setup.py b/setup.py index a73d596..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=[''], @@ -40,7 +40,6 @@ setup(name='sqlconvert', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4',