fix PyPI upload error: Invalid value for classifiers. Error: Classifier 'OSI Approved :: Apache Software License' is not a valid classifier. (#9656)
This commit is contained in:
parent
f4b0d40cd0
commit
0ff88458f9
@ -38,7 +38,6 @@ setup(
|
||||
},
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 3',
|
||||
'OSI Approved :: Apache Software License',
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
packages=find_packages(),
|
||||
|
@ -207,7 +207,6 @@ setup(
|
||||
long_description_content_type='text/markdown',
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 3',
|
||||
'OSI Approved :: Apache Software License',
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
cmdclass={
|
||||
|
Loading…
Reference in New Issue
Block a user