Skip to content

Commit 1c3c91e

Browse files
authored
Create pyproject.toml
1 parent b462caf commit 1c3c91e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0", "torch"]
3+
build-backend = "setuptools.build_meta"
4+
5+
6+
[project]
7+
name = "FAIRshake"
8+
dependencies = [
9+
'numpy'
10+
]
11+
readme = "README.md"
12+
license = {file = "LICENSE"}
13+
authors = [{ name = "Ben Pierce", email = "pierce@case.edu" }]
14+
version = "2024.07.03"
15+
16+
[project.optional-dependencies]
17+
test = ["pytest"]
18+
19+
20+
[tool.setuptools.packages.find]
21+
include = ["FAIRshake*"]
22+
23+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)