summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorCalvin Cheng <calvin@calvinx.com>2012-05-07 15:40:24 +0800
committerCalvin Cheng <calvin@calvinx.com>2012-05-07 15:40:24 +0800
commitacdc2da21594aa2678e893c22d8193ccefa8f9a1 (patch)
tree50929213f7a8813741b1d5738c7eb684a18be1c8 /setup.py
parentc4bef72d557c5a184db8f9470f4713d20df74ce3 (diff)
downloadbcfg2-acdc2da21594aa2678e893c22d8193ccefa8f9a1.tar.gz
bcfg2-acdc2da21594aa2678e893c22d8193ccefa8f9a1.tar.bz2
bcfg2-acdc2da21594aa2678e893c22d8193ccefa8f9a1.zip
what if we remove package_dir?
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ead9f925e..7d0cf87bb 100755
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,6 @@ setup(cmdclass=cmdclass,
"Bcfg2.Server.Snapshots",
],
install_requires=inst_reqs,
- package_dir={'Bcfg2': 'src/bcfg2/src/lib/Bcfg2',},
package_data={'Bcfg2.Server.Reports.reports': ['fixtures/*.xml',
'templates/*.html',
'templates/*/*.html',