LukeMathWalker / LukeMathWalker/linfa-python
Pypi package description
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 13
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Die Paketmetadaten befinden sich in pyproject.toml; beginne mit dem Abschnitt [tool.poetry] und vergleiche dessen readme-Einstellung mit README.md. Setze die PyPI-Readme-Metadaten und überprüfe anschließend, dass die Beschreibung des erstellten Pakets gefüllt ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- build-system
- Issue-Typ
- Bug
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100