Skip to content

Commit 852a1d8

Browse files
authored
Merge pull request #4 from scientificcomputing/build-backend
Change build-backend to setuptools
2 parents 1c11a2b + 1cd09be commit 852a1d8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["setuptools>=61.2"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "my-paper"
7-
classifiers = ["Private :: Do Not Upload"]
8-
version = "0"
7+
version = "1.1.0"
98
dependencies = [
109
"ap_features",
1110
"matplotlib",

0 commit comments

Comments
 (0)