Skip to content

Commit 555944f

Browse files
Fix license config in pyproject.toml
1 parent 6385444 commit 555944f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.1.0"
88
description = "A NEAT (NeuroEvolution of Augmenting Topologies) implementation"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = "BSD-3-Clause"
11+
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Alan McIntyre", email = "alan@codereclaimers.com"},
1414
{name = "Cesar Gomes Miguel"},

0 commit comments

Comments
 (0)