Skip to content

Commit

Permalink
Merge pull request #54 from antmicro/missing-coma
Browse files Browse the repository at this point in the history
setup.py: fix missing coma
  • Loading branch information
kgugala committed Nov 21, 2022
2 parents b34333a + f112761 commit 2f5341c
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 Software License"
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
# Package contents control
Expand Down

0 comments on commit 2f5341c

Please sign in to comment.