From 7bcf868469dea0be67217c9247c358952ff4be02 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 13 Feb 2019 13:14:05 +0100 Subject: [PATCH] Minor additions to setup.py * more classifiers * project URLs --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 22be010..bf274f1 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,16 @@ setup( author='Ivan Habunek', author_email='ivan@habunek.com', url='https://github.com/ihabunek/toot/', + project_urls={ + 'Documentation': 'https://toot.readthedocs.io/en/latest/', + 'Issue tracker': 'https://github.com/ihabunek/toot/issues/', + }, keywords='mastodon toot', license='GPLv3', classifiers=[ 'Development Status :: 4 - Beta', + 'Environment :: Console :: Curses', + 'Environment :: Console', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3',