diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-09-17 13:40:16 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-09-17 13:40:16 +0530 |
commit | f7b188f16248f3e92590e24b47f35c0269653478 (patch) | |
tree | 993e18a2e82da038f2ce299e92795864dd34995b /slave | |
parent | Notify the user if autotua_master is unset (diff) | |
download | autotua-f7b188f16248f3e92590e24b47f35c0269653478.tar.gz autotua-f7b188f16248f3e92590e24b47f35c0269653478.tar.bz2 autotua-f7b188f16248f3e92590e24b47f35c0269653478.zip |
Fix setup.py to include all required files
- Need a MANIFEST.in to include package_data and data_files
- Add .gitignore to ignore temporary setup.py files
- chmod +x setup.py
Diffstat (limited to 'slave')
-rw-r--r-- | slave/.gitignore | 2 | ||||
-rw-r--r-- | slave/MANIFEST.in | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | slave/setup.py | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/slave/.gitignore b/slave/.gitignore new file mode 100644 index 0000000..3400509 --- /dev/null +++ b/slave/.gitignore @@ -0,0 +1,2 @@ +MANIFEST +dist/ diff --git a/slave/MANIFEST.in b/slave/MANIFEST.in new file mode 100644 index 0000000..090e4ea --- /dev/null +++ b/slave/MANIFEST.in @@ -0,0 +1,2 @@ +include config/slave.cfg scripts/git-proxy-cmd.sh +include autotua/bin/*.sh diff --git a/slave/setup.py b/slave/setup.py index a9c0bd5..a9c0bd5 100644..100755 --- a/slave/setup.py +++ b/slave/setup.py |