File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ install:
5757# => build: make sdist and wheel
5858.PHONY : build
5959build : % :
60- python -m build
60+ uv build
6161
6262
6363# ###########################################################################
Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ name = "biocommons.example"
33authors = [
44 {
name =
" biocommons contributors" ,
email =
" [email protected] " },
55]
6- description = " Example Package"
6+ description = " biocommons.example Package"
77readme = " 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"
1011classifiers = [
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]
1820dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments