We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32627e commit 64734fbCopy full SHA for 64734fb
1 file changed
pyproject.toml
@@ -0,0 +1,11 @@
1
+[build-system]
2
+requires = ["setuptools"]
3
+build-backend = "setuptools.build_meta"
4
+
5
+[project]
6
+name = "python-intermediate-inflammation"
7
+version = "0.0.0"
8
+requires-python = ">=3.9"
9
10
+[tool.setuptools]
11
+packages = ["inflammation"]
0 commit comments