From 9c213a321b22f00162d8e56f9f01213f5279fd60 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Tue, 2 Dec 2014 17:39:21 -0800 Subject: 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 --- configshell_fb | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 configshell_fb 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, ) -- cgit v1.2.1