summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: change name to systemd-pythonZbigniew Jędrzejewski-Szmek2016-09-211-0/+1
| | | | This name is unused on pypi. Let's grab it.
* Store id128-constants.h in the repositoryZbigniew Jędrzejewski-Szmek2016-09-211-1/+0
| | | | | | | | | | | | | | Instead of generating the list of message ids anew during every build, the file is generated manually and committed into the repository. Also, the list of defines is stored in id128-defines.h, also kept in the repository. Both files should only grow. This should make build easier. But it also fixes a problem with systemd, which occasionally drops message definitions. We will keep them forever, so it should be safe to rely on the presence of message definitions which systemd does not use anymore. Fixes #23.
* build-sys: also put pytest.ini in the tarballZbigniew Jędrzejewski-Szmek2015-10-271-0/+1
| | | | Without this tests don't seem to run properly with a build dir.
* Add NEWS fileZbigniew Jędrzejewski-Szmek2015-10-271-0/+1
|
* build-sys: also add installation and dist targetsZbigniew Jędrzejewski-Szmek2015-07-081-0/+1
|
* build-sys: exclude id128-constants.h after allZbigniew Jędrzejewski-Szmek2015-07-081-1/+1
| | | | | This file should be rebuild from latest systemd headers, and not distributed here.
* Move docs to top level and include in manifestZbigniew Jędrzejewski-Szmek2015-07-081-0/+1
|
* build-sys: add MANIFEST.in to properly include all filesZbigniew Jędrzejewski-Szmek2015-07-051-0/+4