diff options
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rwxr-xr-x | setup.py | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 03bd9ea..c3ff6e8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ recursive-include RepSys *.py +include RepSys/plugins/*.txt include repsys repsys.conf MANIFEST.in include *.chlog include rebrand-mdk create-srpm getsrpm-mdk @@ -18,7 +18,8 @@ setup(name="repsys", url = "http://qa.mandriva.com/twiki/bin/view/Main/RepositorySystem", license = "GPL", long_description = """Tools for Mandriva Linux repository access and management.""", - packages = ["RepSys", "RepSys.cgi", "RepSys.commands"], + packages = ["RepSys", "RepSys.cgi", "RepSys.commands", + "RepSys.plugins"], scripts = ["repsys", "getsrpm-mdk"], data_files = [ ("/usr/share/repsys/", |