From 344d520d8cdc8bdf8578ad586af18b95e896432e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 8 Jul 2015 15:23:02 -0400 Subject: build-sys: exclude id128-constants.h after all This file should be rebuild from latest systemd headers, and not distributed here. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6c32a93..faaa891 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -include systemd/id128-constants.h include systemd/*.h +exclude systemd/id128-constants.h include README.md include LICENSE.txt graft docs -- cgit v1.2.1