Skip to content

Commit

Permalink
Merge pull request #53 from antmicro/license-classifier
Browse files Browse the repository at this point in the history
setup.py: fix license classifier
  • Loading branch information
kgugala committed Nov 21, 2022
2 parents 8df3b62 + 0e2f57d commit b34333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def clean_scheme(version):
license_files=["LICENSE"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache-2.0",
"License :: OSI Approved :: Apache Software License"
"Operating System :: OS Independent",
],
# Package contents control
Expand Down

0 comments on commit b34333a

Please sign in to comment.