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 @@ -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" ,
You can’t perform that action at this time.
0 commit comments