X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=setup.py;h=ab2eb867a5e7a508b8195698f65bde269c22e8b4;hp=98f8778e55137b58716b6543e91c6f7b058ee291;hb=da9c864e515ed99cb379fb087abaa4964a7e8dac;hpb=e2f635bb3294d13a29420ab0d0aab5ace0cfe03f diff --git a/setup.py b/setup.py index 98f8778..ab2eb86 100644 --- 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.24.9" +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"]),