| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Currently the `systemd-python` package on PyPI renders with a "Project description" of "The author of this package has not provided a project description" because the setup.py has no `long_description` argument. As a result, the rendering of the project on PyPi appears either immature or not legitimate. Ths adds in a `long_description` argument which displays the `README.md` as the "Project description" on PyPI.
|
The test failures that are showing up here are not due to this PR, they are pre-existing issues which I've put PR #151 up to fix. |
Sorry, something went wrong.
|
This really needs to be merged, when looking around at different systemd python packages on pypi.org it seems like this one can't possibly be actively developed because there is no description or information of any kind. |
Sorry, something went wrong.
|
We just merged #148 moving this to pyproject.toml. That has a readme key, so this might no longer ne necessary? |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently the systemd-python package on PyPI renders with a "Project description" of "The author of this package has not provided a project description" because the setup.py has no long_description argument.
As a result, the rendering of the project on PyPi appears either immature or not legitimate.
Ths adds in a long_description argument which displays the README.md as the "Project description" on PyPI.