]> git.phdru.name Git - sqlconvert.git/commitdiff
Build(setup.py): Add `project_urls`
authorOleg Broytman <phd@phdru.name>
Thu, 29 Mar 2018 21:41:42 +0000 (00:41 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 29 Mar 2018 21:41:42 +0000 (00:41 +0300)
setup.py

index 71186902eec9fce5bb442736048603b8f3940c74..06c9be6eb8cf99885a8c12f34c4b1fb795c1e10a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,16 @@ setup(name='sqlconvert',
       author='Oleg Broytman',
       author_email='phd@phdru.name',
       url='http://phdru.name/Software/Python/sqlconvert/',
+      project_urls={
+          'Homepage': 'http://phdru.name/Software/Python/sqlconvert/',
+          'Documentation':
+              'http://phdru.name/Software/Python/sqlconvert/docs/',
+          'Download': 'https://pypi.python.org/pypi/sqlconvert/%s'
+          % sqlconvert_version.__version__,
+          'Git repo': 'http://git.phdru.name/sqlconvert.git/',
+          'Github repo': 'https://github.com/phdru/sqlconvert',
+          'Issue tracker': 'https://github.com/phdru/sqlconvert/issues',
+      },
       license='GPL',
       keywords=['sql', 'mysql', 'postgresql', 'sqlite', 'insert'],
       platforms='Any',