We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
license
license-files
1 parent 51846b2 commit 3ed64aeCopy full SHA for 3ed64ae
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"cython",
4
"numpy>=1.25.0",
5
- "setuptools",
+ "setuptools>=77.0.0",
6
]
7
build-backend = "setuptools.build_meta"
8
@@ -19,7 +19,10 @@ authors = [
19
20
description = "Tools for manipulating biological data, particularly multiple sequence alignments"
21
readme = "README.md"
22
-license = { text = "MIT" }
+license = "MIT"
23
+license-files = [
24
+ "LICENSE",
25
+]
26
classifiers = [
27
"Development Status :: 5 - Production/Stable",
28
"Intended Audience :: Developers",
0 commit comments