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 = [
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 ]
4239deep_learning = [" keras" , " torch" ]
4340
You can’t perform that action at this time.
0 commit comments