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):
27
27
url = "https://github.com/getsentry/sentry-python" ,
28
28
project_urls = {
29
29
"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" ,
31
31
},
32
32
description = "Python client for Sentry (https://sentry.io)" ,
33
33
long_description = get_file_text ("README.md" ),
@@ -69,6 +69,7 @@ def get_file_text(file_name):
69
69
"Programming Language :: Python :: 3.6" ,
70
70
"Programming Language :: Python :: 3.7" ,
71
71
"Programming Language :: Python :: 3.8" ,
72
+ "Programming Language :: Python :: 3.9" ,
72
73
"Topic :: Software Development :: Libraries :: Python Modules" ,
73
74
],
74
75
)
You can’t perform that action at this time.
0 commit comments