Skip to content

Commit 7929e01

Browse files
authored
Add Python 3.8 in the setup.py classifier list
1 parent 09bbae3 commit 7929e01

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
@@ -638,7 +638,7 @@ def run(self):
638638
url="https://pythonnet.github.io/",
639639
license="MIT",
640640
author="The Python for .Net developers",
641-
author_email="pythondotnet@python.org",
641+
author_email="pythonnet@python.org",
642642
setup_requires=setup_requires,
643643
long_description=_get_long_description(),
644644
ext_modules=[Extension("clr", sources=list(_get_source_files()))],
@@ -655,6 +655,7 @@ def run(self):
655655
"Programming Language :: Python :: 3.5",
656656
"Programming Language :: Python :: 3.6",
657657
"Programming Language :: Python :: 3.7",
658+
"Programming Language :: Python :: 3.8",
658659
"Operating System :: Microsoft :: Windows",
659660
"Operating System :: POSIX :: Linux",
660661
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)