File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ def get_greenlet_version():
112
112
long_description = readfile ("README.rst" ),
113
113
long_description_content_type = "text/x-rst" ,
114
114
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' ,
115
120
project_urls = {
116
121
'Bug Tracker' : 'https://github.com/python-greenlet/greenlet/issues' ,
117
122
'Source Code' : 'https://github.com/python-greenlet/greenlet/' ,
@@ -125,6 +130,7 @@ def get_greenlet_version():
125
130
headers = headers ,
126
131
ext_modules = ext_modules ,
127
132
classifiers = [
133
+ "Development Status :: 5 - Production/Stable" ,
128
134
'Intended Audience :: Developers' ,
129
135
'License :: OSI Approved :: MIT License' ,
130
136
'Natural Language :: English' ,
You can’t perform that action at this time.
0 commit comments