diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-25 21:59:29 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-25 21:59:29 +0200 |
commit | 73ec4c51be8e8b5f45abe3e5eebe066957ad4f4c (patch) | |
tree | b70e32e13aa8d0aa710be59a35bf503fc5bc59b4 /pavement.py | |
parent | closed #410 (diff) | |
download | pyload-73ec4c51be8e8b5f45abe3e5eebe066957ad4f4c.tar.xz |
also use "rar" to extract
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index c77e93178..92fbef573 100644 --- a/pavement.py +++ b/pavement.py @@ -35,7 +35,7 @@ setup( #package_data=find_package_data(), #data_files=[], include_package_data=True, - exclude_package_data={'pyload': ['docs*', 'scripts*']}, + exclude_package_data={'pyload': ['docs*', 'scripts*']}, #exluced from build but not from sdist #leaving out thrift 0.8.0 since its not statisfiable install_requires=['BeautifulSoup>=3.2, <3.3', 'jinja2', 'pycurl', 'Beaker', 'bottle >= 0.9.0'] + extradeps, extras_require={ |