Skip to content

Commit 2b79ddb

Browse files
authored
Edit links
1 parent 97f3c16 commit 2b79ddb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ dependencies = [
3636
]
3737

3838
[project.urls]
39-
homepage = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
40-
documentation = "https://pygad.readthedocs.io"
41-
github_repository = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
42-
pypi_project = "https://pypi.org/project/pygad"
43-
conda_forge_project = "https://anaconda.org/conda-forge/pygad"
44-
donation_stripe = "https://donate.stripe.com/eVa5kO866elKgM0144"
45-
donation_open_collective = "https://opencollective.com/pygad"
46-
donation_paypal = "http://paypal.me/ahmedfgad"
39+
"Homepage" = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
40+
"Documentation" = "https://pygad.readthedocs.io"
41+
"GitHub Repository" = "https://github.com/ahmedfgad/GeneticAlgorithmPython"
42+
"PyPI Project" = "https://pypi.org/project/pygad"
43+
"Conda Forge Project" = "https://anaconda.org/conda-forge/pygad"
44+
"Donation Stripe" = "https://donate.stripe.com/eVa5kO866elKgM0144"
45+
"Donation Open Collective" = "https://opencollective.com/pygad"
46+
"Donation Paypal" = "http://paypal.me/ahmedfgad"
4747

4848
[project.optional-dependencies]
4949
deep_learning = ["keras", "torch"]

0 commit comments

Comments
 (0)