We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e5b01 commit b0f08f2Copy full SHA for b0f08f2
1 file changed
setup.py
@@ -10,8 +10,7 @@
10
url='https://github.com/CodeReclaimers/neat-python',
11
license="BSD",
12
description='A NEAT (NeuroEvolution of Augmenting Topologies) implementation',
13
- long_description='Python implementation of NEAT (NeuroEvolution of Augmenting Topologies), a method ' +
14
- 'developed by Kenneth O. Stanley for evolving arbitrary neural networks. '
+ long_description='Python implementation of NEAT (NeuroEvolution of Augmenting Topologies), a method for evolving arbitrary neural networks.'
15
long_description_content_type= 'text/x-rst',
16
packages=['neat', 'neat/iznn', 'neat/nn', 'neat/ctrnn'],
17
python_requires='>=3.8',
0 commit comments