Skip to content

Commit 767068f

Browse files
committed
Migrate to Hatch
1 parent abcc6f7 commit 767068f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

pyproject.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ dependencies = [
1717
"numpy",
1818
]
1919

20-
[project.urls]
21-
Homepage = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
22-
23-
[tool.hatch.version]
24-
path = "pygad/__init__.py"
25-
26-
[tool.hatch.build.targets.sdist]
27-
include = [
28-
"/pygad",
29-
]
30-
3120
[project.urls]
3221
"Homepage" = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
3322
"Documentation" = "https://pygad.readthedocs.io"
@@ -38,6 +27,14 @@ include = [
3827
"Donation Open Collective" = "https://opencollective.com/pygad"
3928
"Donation Paypal" = "http://paypal.me/ahmedfgad"
4029

30+
[tool.hatch.version]
31+
path = "pygad/__init__.py"
32+
33+
[tool.hatch.build.targets.sdist]
34+
include = [
35+
"/pygad",
36+
]
37+
4138
[project.optional-dependencies]
4239
deep_learning = ["keras", "torch"]
4340

0 commit comments

Comments
 (0)