Skip to content

Commit

Permalink
benchalerts: fix bad license classifier (no PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
austin3dickey committed Feb 15, 2023
1 parent 344497a commit 93257b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchalerts/benchalerts/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Do not touch this autogenerated file
__version__ = "2023.2.15"
__version__ = ""
2 changes: 1 addition & 1 deletion benchalerts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read_requirements_file(filepath: pathlib.Path) -> List[str]:
entry_points={},
classifiers=[
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache 2 License",
"License :: OSI Approved :: Apache Software License",
],
python_requires=">=3.8",
maintainer="Austin Dickey",
Expand Down

0 comments on commit 93257b0

Please sign in to comment.