Skip to content

Commit

Permalink
fix license classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Aug 28, 2023
1 parent db88911 commit 27aa61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ authors = [
maintainers = [
{name = "John Readey", email = "[email protected]"},
]
license = {text = "OSI Approved :: Apache Software License"}
license = {text = "Apache Software License"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Licence",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit 27aa61d

Please sign in to comment.