Skip to content

Commit 5270c83

Browse files
authored
Merge pull request #1721 from pints-team/1692-toml
Added basic pyproject.toml.
2 parents 79c05bd + 030762d commit 5270c83

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pints/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0,5,1
1+
0,5,2

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=64", "wheel"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)