Skip to content

Commit

Permalink
Remove license key until we determine license
Browse files Browse the repository at this point in the history
uv / hatch failing to build in uv MCH with an empty license (`ValueError: Error parsing field `project.license` - Invalid license expression: ''`)
  • Loading branch information
ColeDCrawford committed Nov 11, 2024
1 parent 43f3972 commit 839f76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catchpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# important to use single quotes in version string
# for post-commit tagging
__version__ = '2.9.1'
__version__ = '2.9.2'
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ name = "catchpy"
dynamic = ["version"]
description = "Annotation storage backend"
readme = "README.rst"
license = ""
authors = [
{ name = "nmaekawa", email = "[email protected]" },
{ name = "coledcrawford", email = "[email protected]" },
{ name = "d-flood", email = "[email protected]" },
]
keywords = [
"catchpy",
Expand Down

0 comments on commit 839f76d

Please sign in to comment.