Skip to content

Commit c81c07d

Browse files
authored
Merge pull request carpentries-incubator#41 from carpentries-incubator/bielsnohr/add-minimal-pyproject
Add a minimal pyproject.toml file
2 parents c32627e + 64734fb commit c81c07d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)