Skip to content

Commit 3ed64ae

Browse files
committed
PEP-639-compliant license and license-files fields
1 parent 51846b2 commit 3ed64ae

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"cython",
44
"numpy>=1.25.0",
5-
"setuptools",
5+
"setuptools>=77.0.0",
66
]
77
build-backend = "setuptools.build_meta"
88

@@ -19,7 +19,10 @@ authors = [
1919
]
2020
description = "Tools for manipulating biological data, particularly multiple sequence alignments"
2121
readme = "README.md"
22-
license = { text = "MIT" }
22+
license = "MIT"
23+
license-files = [
24+
"LICENSE",
25+
]
2326
classifiers = [
2427
"Development Status :: 5 - Production/Stable",
2528
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)