Description
We need to set the dependencies in the installation files to simplify the development.
Also, we need to add the source and documentation URLs to prepare the project for release.
Proposed solution
Add the two sections [project.optional-dependencies] and [project.urls] to the pyproject.toml file.
Also, add instructions in the documentation on how to use the updated installation features.
Description We need to set the dependencies in the installation files to simplify the development. Also, we need to add the source and documentation URLs to prepare the project for release.
Proposed solution Add the two sections
[project.optional-dependencies]
and[project.urls]
to thepyproject.toml
file. Also, add instructions in the documentation on how to use the updated installation features.