Skip to content

Commit

Permalink
Merge pull request #4 from scientificcomputing/build-backend
Browse files Browse the repository at this point in the history
Change build-backend to setuptools
  • Loading branch information
finsberg authored Nov 14, 2023
2 parents 1c11a2b + 1cd09be commit 852a1d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "my-paper"
classifiers = ["Private :: Do Not Upload"]
version = "0"
version = "1.1.0"
dependencies = [
"ap_features",
"matplotlib",
Expand Down

0 comments on commit 852a1d8

Please sign in to comment.