summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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,
)