Skip to content

Commit a7cd644

Browse files
committed
Add extra metadata to setup.py
1 parent 88ae96a commit a7cd644

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ def get_greenlet_version():
112112
long_description=readfile("README.rst"),
113113
long_description_content_type="text/x-rst",
114114
url="https://greenlet.readthedocs.io/",
115+
keywords="greenlet coroutine concurrency threads cooperative",
116+
author="Alexey Borzenkov",
117+
author_email="snaury@gmail.com",
118+
maintainer='Jason Madden',
119+
maintainer_email='jason@nextthought.com',
115120
project_urls={
116121
'Bug Tracker': 'https://github.com/python-greenlet/greenlet/issues',
117122
'Source Code': 'https://github.com/python-greenlet/greenlet/',
@@ -125,6 +130,7 @@ def get_greenlet_version():
125130
headers=headers,
126131
ext_modules=ext_modules,
127132
classifiers=[
133+
"Development Status :: 5 - Production/Stable",
128134
'Intended Audience :: Developers',
129135
'License :: OSI Approved :: MIT License',
130136
'Natural Language :: English',

0 commit comments

Comments
 (0)