Pip install instructions in docs, pyproject.toml changes to get nvMolKit's pypi page pretty#178
Conversation
Document the new pip distribution paths in both the top-level README and the Sphinx docs: canonical PyPI install plus the PEP 503 simple index for RDKit-pinned variant wheels at nvidia-digital-bio.github.io/nvMolKit/wheels/. Flesh out pyproject.toml with PyPI-display metadata (long description, authors, license, keywords, classifiers, project URLs) and a build-pipeline note on the rdkit dependency pin. Also widen cibuildwheel's environment-pass so parallel-build env vars reach the container.
|
| Filename | Overview |
|---|---|
| README.md | Adds pip installation section with standard and RDKit-pinned variant instructions |
| docs/index.rst | Mirrors the pip installation instructions from README into the RST documentation |
| pyproject.toml | Enriches PyPI metadata (description, readme, license, authors, keywords, classifiers, URLs) and extends environment-pass for build parallelization |
Reviews (4): Last reviewed commit: "Undo broken python dep" | Re-trigger Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
evasnow1992
left a comment
There was a problem hiding this comment.
Changes look good to me. Thanks!
Also includes a few env-var and dependency things that are used in a downstream PR for automating the pip build better.