Skip to content

Commit 70a0af4

Browse files
committed
setup.py: correct url and list Python 3.9 in classifiers.
1 parent 4ef5650 commit 70a0af4

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
@@ -66,7 +66,7 @@
6666
long_description_content_type='text/markdown',
6767
author="Chris Reed, Martin Kojtal, Russ Butler",
6868
69-
url='https://github.com/mbedmicro/pyOCD',
69+
url='https://github.com/pyocd/pyOCD',
7070
license="Apache 2.0",
7171
# Allow installation on 2.7.9+, and 3.4+ even though we officially only support 3.6+.
7272
python_requires=">=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
@@ -96,6 +96,7 @@
9696
"Programming Language :: Python :: 3.6",
9797
"Programming Language :: Python :: 3.7",
9898
"Programming Language :: Python :: 3.8",
99+
"Programming Language :: Python :: 3.9",
99100
"Topic :: Software Development :: Debuggers",
100101
"Topic :: Software Development :: Embedded Systems",
101102
],

0 commit comments

Comments
 (0)