Skip to content

Commit 41f4e13

Browse files
committed
switch to uv build and update license in pyproject.toml
1 parent 1c85c03 commit 41f4e13

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install:
5757
#=> build: make sdist and wheel
5858
.PHONY: build
5959
build: %:
60-
python -m build
60+
uv build
6161

6262

6363
############################################################################

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ name = "biocommons.example"
33
authors = [
44
{ name = "biocommons contributors", email = "[email protected]" },
55
]
6-
description = "Example Package"
6+
description = "biocommons.example Package"
77
readme = "README.md"
8-
license = { file = "LICENSE.txt" }
9-
requires-python = ">=3.10"
8+
license = "Apache-2.0"
9+
# license_files = [ "LICENSE.txt" ]
10+
# requires-python = ">=3.11"
1011
classifiers = [
1112
"Programming Language :: Python :: 3",
13+
"Programming Language :: Python :: 3.9",
14+
"Programming Language :: Python :: 3.10",
1215
"Programming Language :: Python :: 3.11",
1316
"Programming Language :: Python :: 3.12",
1417
"Programming Language :: Python :: 3.13",
15-
"License :: OSI Approved :: MIT License",
1618
"Operating System :: OS Independent",
1719
]
1820
dynamic = ["version"]

0 commit comments

Comments
 (0)