8000 Use hatchling instead of setuptools · Shawmo/GeneticAlgorithmPython@95696c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95696c2

Browse files
committed
Use hatchling instead of setuptools
1 parent 44671f6 commit 95696c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
2-
# requires = ["setuptools>=61.0"]
3-
# build-backend = "setuptools.build_meta"
4-
requires = ["hatchling"]
5-
build-backend = "hatchling.build"
2+
requires = ["setuptools==58.2.0"]
3+
build-backend = "setuptools.build_meta"
4+
# requires = ["hatchling"]
5+
# build-backend = "hatchling.build"
66

77
[project]
88
name = "pygad"

0 commit comments

Comments
 (0)
0