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 ba55f17 commit 3a77e4cCopy full SHA for 3a77e4c
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools", "setuptools-scm"]
3
+build-backend = "setuptools.build_meta"
setup.cfg
@@ -0,0 +1,7 @@
+[metadata]
+name = pygad
+version = 2.18.1-a
4
+description= PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
5
+
6
+[options]
7
+packages = ["pygad"]
0 commit comments