X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;h=8d8fec776b2cef3d51fb2664ca00499572866b0a;hp=6a7dc8fa462ef81735425ec5d2f400092c281a97;hb=a39056dedda364b4b370cc8d54477c8407e84c14;hpb=60a7708643b31776a56377815c51239261481529 diff --git a/setup.py b/setup.py index 6a7dc8f..8d8fec7 100755 --- a/setup.py +++ b/setup.py @@ -15,14 +15,14 @@ setup( long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name', - url='http://phdru.name/Software/Python/sqlconvert/', + url='https://phdru.name/Software/Python/sqlconvert/', project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/sqlconvert/', + 'Homepage': 'https://phdru.name/Software/Python/sqlconvert/', 'Documentation': - 'http://phdru.name/Software/Python/sqlconvert/docs/', - 'Download': 'https://pypi.python.org/pypi/sqlconvert/%s' + 'https://phdru.name/Software/Python/sqlconvert/docs/', + 'Download': 'https://pypi.org/project/sqlconvert/%s/' % sqlconvert_version.__version__, - 'Git repo': 'http://git.phdru.name/sqlconvert.git/', + 'Git repo': 'https://git.phdru.name/sqlconvert.git/', 'Github repo': 'https://github.com/phdru/sqlconvert', 'Issue tracker': 'https://github.com/phdru/sqlconvert/issues', }, @@ -41,6 +41,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], packages=['sqlconvert'], scripts=['scripts/mysql2sql'],