File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,6 @@ dependencies = [
17
17
" numpy" ,
18
18
]
19
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
20
[project .urls ]
32
21
"Homepage" = " https://github.com/ahmedfgad/GeneticAlgorithmPython"
33
22
"Documentation" = " https://pygad.readthedocs.io"
@@ -38,6 +27,14 @@ include = [
38
27
"Donation Open Collective" = " https://opencollective.com/pygad"
39
28
"Donation Paypal" = " http://paypal.me/ahmedfgad"
40
29
30
+ [tool .hatch .version ]
31
+ path = " pygad/__init__.py"
32
+
33
+ [tool .hatch .build .targets .sdist ]
34
+ include = [
35
+ " /pygad" ,
36
+ ]
37
+
41
38
[project .optional-dependencies ]
42
39
deep_learning = [" keras" , " torch" ]
43
40
You can’t perform that action at this time.
0 commit comments