summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-12-02 17:39:21 -0800
committerAndy Grover <agrover@redhat.com>2014-12-02 17:39:21 -0800
commit9c213a321b22f00162d8e56f9f01213f5279fd60 (patch)
tree944bda50c56b9768ff2ccef5f99bbdf5663192b0
parentd9c5c18d9fe16db5355172555093dba23e08f351 (diff)
downloadconfigshell-fb-9c213a321b22f00162d8e56f9f01213f5279fd60.tar.gz
Add symlink from configshell_fb to configshell/
We want configshell_fb/ to exist so we can more easily do prerelease development using PYTHONPATH. Remove package_dir from setup.py since with this change we don't need it any more. Signed-off-by: Andy Grover <agrover@redhat.com>
l---------configshell_fb1
-rwxr-xr-xsetup.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/configshell_fb b/configshell_fb
new file mode 120000
index 0000000..76ca383
--- /dev/null
+++ b/configshell_fb
@@ -0,0 +1 @@
+configshell \ No newline at end of file
diff --git a/setup.py b/setup.py
index b9ac364..ce00e93 100755
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,5 @@ setup(
maintainer_email = 'agrover@redhat.com',
url = 'http://github.com/agrover/configshell-fb',
packages = ['configshell', 'configshell_fb'],
- package_dir = {'configshell_fb': 'configshell'},
use_2to3 = True,
)