summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorCalvin Cheng <calvin@calvinx.com>2012-05-07 15:34:35 +0800
committerCalvin Cheng <calvin@calvinx.com>2012-05-07 15:34:35 +0800
commit81ad372d8b8adaa002bab773123bb6e5053adc85 (patch)
tree7190300bc6c7d2619a1e209374abf073325b1b08 /setup.py
parent4c3d5a4cdd7ad7aae8d331841b67504c45e04d62 (diff)
downloadbcfg2-81ad372d8b8adaa002bab773123bb6e5053adc85.tar.gz
bcfg2-81ad372d8b8adaa002bab773123bb6e5053adc85.tar.bz2
bcfg2-81ad372d8b8adaa002bab773123bb6e5053adc85.zip
Revert back to the original src/lib/Bcfg2 path
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 122d7fd3e..d7b3bf4cd 100755
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,7 @@ setup(cmdclass=cmdclass,
"Bcfg2.Server.Snapshots",
],
install_requires=inst_reqs,
- package_dir={'Bcfg2': 'bcfg2/src/lib/Bcfg2',},
+ package_dir={'Bcfg2': 'src/lib/Bcfg2',},
package_data={'Bcfg2.Server.Reports.reports': ['fixtures/*.xml',
'templates/*.html',
'templates/*/*.html',