Skip to content

Commit d47128e

Browse files
committed
DOC, MAINT: description for PyPI page
* Fixes gh-59. * As noted in the matching issue, the project description is completely missing on our PyPI landing page, which isn't very professional. This small patch connects our `README.md` to fill in the content there. * Our `README` could use some improvement, but that's a separate matter, and this will allow it to get pulled in to the PyPI landing page automatically moving forward.
1 parent 7d708e8 commit d47128e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "gfdl"
77
version = "0.2.0.dev0"
88
description = "Gradient Free Deep Learning (GFDL) networks including single and multi layer random vector functional link (RVFL) networks and extreme learning machines (ELMs)"
99
requires-python = ">=3.12"
10+
readme = "README.md"
1011
classifiers = [
1112
"Development Status :: 4 - Beta",
1213
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)