(Not working yet, but the changeset was getting too big: The service starts, but...
[certmaster.git] / setup.py
index de57040..ab2eb86 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
 #from setuptools import setup,find_packages
 
 NAME = "certmaster"
-VERSION = "0.25" 
+VERSION = "0.28"
 SHORT_DESC = "%s remote configuration and management api" % NAME
 LONG_DESC = """
 A small pluggable xml-rpc daemon used by %s to implement various web services hooks
@@ -42,8 +42,9 @@ if __name__ == "__main__":
                packages = ["%s" % NAME,
                 ],
                 data_files = [(initpath, ["init-scripts/certmaster"]),
-                              (etcpath,  ["etc/minion.conf"]),
-                              (etcpath,  ["etc/certmaster.conf"]),
+                              (etcpath,  ["etc/minion.conf",
+                                         "etc/certmaster.conf",
+                                         "etc/version"]),
                               (manpath,  ["docs/certmaster.1.gz"]),
                               (manpath,  ["docs/certmaster-request.1.gz"]),
                               (manpath,  ["docs/certmaster-ca.1.gz"]),