LukeMathWalker / LukeMathWalker/linfa-python
Pypi package description
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently the description for `linfa` on `pypi` is empty. Since you are using `Poetry` to fix this you just need to update the `pyproject.toml` file to include the `long_description` or in poetry it's just called `readme`.
At the top of the file it should look like this
```toml
[tool.poetry]
name = "linfa"
version = "0.1.0"
authors = ["LukeMathWalker "]
description = "Python bindings for the Rust crate linfa, a Rust machine learning framework."
readme = "README.md"
```
You can actually use any txt or markdown file so it doesn't have to be the main readme file.
Also, there are some other settings it might be nice to include such as `license`, `repository`, `hompage` (if we have one) etc..
You can find a full list of possible settings [here](https://python-poetry.org/docs/pyproject/)
I can go ahead and open a pull request with these changes but it might be quicker and easier for you to update them yourself since you know which settings are actually relevant
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The package metadata is in pyproject.toml; start with the [tool.poetry] section and compare its readme setting with README.md. Set the PyPI readme metadata, then verify that the built package description is populated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100