8000 setup.py: Add Py39 and fix broken link to changelog (#1013) · SingleTM/sentry-python@9ef4c58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ef4c58

Browse files
authored
setup.py: Add Py39 and fix broken link to changelog (getsentry#1013)
1 parent cc2552a commit 9ef4c58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)
0