X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;h=8d8fec776b2cef3d51fb2664ca00499572866b0a;hp=b6e8135fafc15c7ae74d6f03126a5b9c88d4eeb1;hb=a39056dedda364b4b370cc8d54477c8407e84c14;hpb=ff6ca993b08568d4b10039f24f40465ae81c7fc2 diff --git a/setup.py b/setup.py index b6e8135..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/', + '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'],