From 2bce2c2ae4a776ac51c2ac96eeb44e8431f78009 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Thu, 21 Feb 2019 22:00:16 +0100 Subject: Add classifiers, URLs, license to setup.py --- setup.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cca6820..4dcdb90 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,11 @@ setup( author='Martin Vilcans', author_email='screenplain@librador.com', url='http://www.screenplain.com/', + project_urls={ + 'Web Page': 'http://www.screenplain.com/', + 'Source': 'https://github.com/vilcans/screenplain', + }, + license='MIT', install_requires=[ 'six', ], @@ -25,5 +30,11 @@ setup( }, scripts=[ 'bin/screenplain' - ] + ], + classifiers=[ + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', + 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + ], ) -- cgit v1.2.3