Commit ea0376e
committed
Add a long_description to setup.py
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.1 parent 9031424 commit ea0376e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments