forked from nmaekawa/catchpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove license key until we determine license
uv / hatch failing to build in uv MCH with an empty license (`ValueError: Error parsing field `project.license` - Invalid license expression: ''`)
- Loading branch information
1 parent
43f3972
commit 839f76d
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|