summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2021-09-29 05:33:43 -0500
committerJason Madden <jamadden@gmail.com>2021-09-29 05:33:43 -0500
commita7cd644698046479bf068a4d152f6f80433b072d (patch)
tree7d41845e3bba7ccfe5ea7c9d9ec589fe21e66690 /setup.py
parent88ae96ae08c055be0860b1c771cda1834a6e9543 (diff)
downloadgreenlet-a7cd644698046479bf068a4d152f6f80433b072d.tar.gz
Add extra metadata to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8e7533c..cccc701 100755
--- a/setup.py
+++ b/setup.py
@@ -112,6 +112,11 @@ setup(
long_description=readfile("README.rst"),
long_description_content_type="text/x-rst",
url="https://greenlet.readthedocs.io/",
+ keywords="greenlet coroutine concurrency threads cooperative",
+ author="Alexey Borzenkov",
+ author_email="snaury@gmail.com",
+ maintainer='Jason Madden',
+ maintainer_email='jason@nextthought.com',
project_urls={
'Bug Tracker': 'https://github.com/python-greenlet/greenlet/issues',
'Source Code': 'https://github.com/python-greenlet/greenlet/',
@@ -125,6 +130,7 @@ setup(
headers=headers,
ext_modules=ext_modules,
classifiers=[
+ "Development Status :: 5 - Production/Stable",
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',