File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def get_file_text(file_name):
2727 url = "https://github.com/getsentry/sentry-python" ,
2828 project_urls = {
2929 "Documentation" : "https://docs.sentry.io/platforms/python/" ,
30- "Changelog" : "https://github.com/getsentry/sentry-python/blob/master/CHANGES .md" ,
30+ "Changelog" : "https://github.com/getsentry/sentry-python/blob/master/CHANGELOG .md" ,
3131 },
3232 description = "Python client for Sentry (https://sentry.io)" ,
3333 long_description = get_file_text ("README.md" ),
@@ -69,6 +69,7 @@ def get_file_text(file_name):
6969 "Programming Language :: Python :: 3.6" ,
7070 "Programming Language :: Python :: 3.7" ,
7171 "Programming Language :: Python :: 3.8" ,
72+ "Programming Language :: Python :: 3.9" ,
7273 "Topic :: Software Development :: Libraries :: Python Modules" ,
7374 ],
7475)
You can’t perform that action at this time.
0 commit comments