summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-21 19:54:45 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-21 20:16:37 -0400
commitd713eacb7ec390d8a0d8610cab61df57e8bd9ae3 (patch)
tree3731f65b3c0e96c29b54d5e668e195002778403b /MANIFEST.in
parent9e0d797ba7a14ffc4611655008f926f84e896918 (diff)
downloadpython-systemd-d713eacb7ec390d8a0d8610cab61df57e8bd9ae3.tar.gz
Store id128-constants.h in the repository
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.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 00582fd..4d671e8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,4 @@
include systemd/*.h
-exclude systemd/id128-constants.h
include README.md
include NEWS
include LICENSE.txt