We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ca1b6 commit 3cb0283Copy full SHA for 3cb0283
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "fermi_relations"
3
version = "0.0.1"
4
readme = { file = "README.rst", content-type = "text/x-rst" }
5
authors = [{ name = "Christian B. Mendl", email = "christian.b.mendl@gmail.com" }]
6
-license = { file = "LICENSE" }
+license = "Apache-2.0"
7
requires-python = ">=3.10"
8
dependencies = [
9
"numpy",
@@ -18,3 +18,6 @@ issues = "https://github.com/cmendl/fermi_relations/issues"
18
[build-system]
19
requires = ["setuptools"]
20
build-backend = "setuptools.build_meta"
21
+
22
+[tool.setuptools]
23
+packages = ["fermi_relations"]
0 commit comments