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):
638
638
url = "https://pythonnet.github.io/" ,
639
639
license = "MIT" ,
640
640
author = "The Python for .Net developers" ,
641
- author_email = "pythondotnet @python.org" ,
641
+ author_email = "pythonnet @python.org" ,
642
642
setup_requires = setup_requires ,
643
643
long_description = _get_long_description (),
644
644
ext_modules = [Extension ("clr" , sources = list (_get_source_files ()))],
@@ -655,6 +655,7 @@ def run(self):
655
655
"Programming Language :: Python :: 3.5" ,
656
656
"Programming Language :: Python :: 3.6" ,
657
657
"Programming Language :: Python :: 3.7" ,
658
+ "Programming Language :: Python :: 3.8" ,
658
659
"Operating System :: Microsoft :: Windows" ,
659
660
"Operating System :: POSIX :: Linux" ,
660
661
"Operating System :: MacOS :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments