Skip to content

Commit

Permalink
Merge pull request #23 from biocommons/license-classifier
Browse files Browse the repository at this point in the history
chore: fix license classifier
  • Loading branch information
jsstevenson committed Jun 5, 2024
2 parents c975294 + 71027ae commit ade1bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dynamic = ["version"]
Expand Down

0 comments on commit ade1bc7

Please sign in to comment.