Skip to content

Commit c112afb

Browse files
committed
Update license info
1 parent da471cc commit c112afb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ version = "3.6.0"
1313
description = "PyGAD: A Python Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch)."
1414
readme = {file = "README.md", content-type = "text/markdown"}
1515
requires-python = ">=3"
16-
license = {file = "LICENSE"}
16+
# license = {file = "LICENSE"}
17+
license = "BSD-3-Clause"
18+
license-files = ["LICENSE"]
1719
authors = [
1820
{name = "Ahmed Gad", email = "ahmed.f.gad@gmail.com"},
1921
]
2022
maintainers = [
2123
{name = "Ahmed Gad", email = "ahmed.f.gad@gmail.com"}
2224
]
2325
classifiers = [
24-
"License :: OSI Approved :: BSD License",
26+
# "License :: OSI Approved :: BSD License",
2527
"Programming Language :: Python",
2628
"Programming Language :: Python :: 3",
2729
"Natural Language :: English",

0 commit comments

Comments
 (0)