8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcc6f7 commit 767068fCopy full SHA for 767068f
pyproject.toml
@@ -17,17 +17,6 @@ dependencies = [
17
"numpy",
18
]
19
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
31
[project.urls]
32
"Homepage" = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
33
"Documentation" = "https://pygad.readthedocs.io"
@@ -38,6 +27,14 @@ include = [
38
"Donation Open Collective" = "https://opencollective.com/pygad"
39
"Donation Paypal" = "http://paypal.me/ahmedfgad"
40
+[tool.hatch.version]
+path = "pygad/__init__.py"
+
+[tool.hatch.build.targets.sdist]
34
+include = [
35
+ "/pygad",
36
+]
37
41
[project.optional-dependencies]
42
deep_learning = ["keras", "torch"]
43
0 commit comments