You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments