Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 1, 2024
1 parent 802fdbb commit f237a9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[build-system]
build-backend = "hatchling.build"
requires = [
"hatchling",
"hatchling>=1.24.2",
"cffi",
"setuptools",
"scikit-build-core>=0.9.0",
"pypkgconf; sys_platform == 'win32'",
]
build-backend = "hatchling.build"

[project]
name = "coincurve"
Expand Down

3 comments on commit f237a9e

@MementoRC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dynamic versioning was not finalized, you may want to look into using hatchling and removing the dependency on setuptool

@ofek
Copy link
Owner Author

@ofek ofek commented on f237a9e Jun 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MementoRC
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, correct, I think I saw that at some point, i forgot

Please sign in to comment.