]> git.phdru.name Git - sqlconvert.git/blobdiff - setup.py
Build(release): Do not GPG-sign release files
[sqlconvert.git] / setup.py
index 71186902eec9fce5bb442736048603b8f3940c74..a4443aaf59a2e0b4903154b2a8a65494f35c4492 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,9 +11,20 @@ setup(name='sqlconvert',
       version=sqlconvert_version.__version__,
       description='Broytman sqlconvert',
       long_description=open('README.rst', 'rU').read(),
+      long_description_content_type="text/x-rst",
       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',