diff options
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rwxr-xr-x | setup.py | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c8b18b2..f014036 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,6 @@ include RepSys/plugins/*.txt include repsys repsys.conf MANIFEST.in include CHANGES include README.LDAP +include repsys-example.conf include *.chlog include rebrand-mdk create-srpm getsrpm-mdk @@ -28,8 +28,7 @@ setup(name="repsys", "oldfashion.chlog", "compatv15.chlog", "create-srpm", - "rebrand-mdk", - "repsys-example.conf"]), + "rebrand-mdk"]), ("/etc/", ["repsys.conf"])] ) |