Skip to content

Commit

Permalink
setup.py: fix licese classifier
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
  • Loading branch information
kgugala committed Nov 21, 2022
1 parent 8df3b62 commit 0e2f57d
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 0e2f57d

Please sign in to comment.