File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,17 @@ version = "3.6.0"
1313description = " PyGAD: A Python Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch)."
1414readme = {file = " README.md" , content-type = " text/markdown" }
1515requires-python = " >=3"
16- license = {file = " LICENSE" }
16+ # license = {file = "LICENSE"}
17+ license = " BSD-3-Clause"
18+ license-files = [" LICENSE" ]
1719authors = [
1820 {name = " Ahmed Gad" , email = " ahmed.f.gad@gmail.com" },
1921]
2022maintainers = [
2123{name = " Ahmed Gad" , email = " ahmed.f.gad@gmail.com" }
2224]
2325classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments