don't install scripts in /usr/bin in development mode

This commit is contained in:
Christophe Benz 2010-07-07 17:18:17 +02:00
commit b9454d89b0
2 changed files with 3 additions and 1 deletions

View file

@ -31,7 +31,6 @@ setup(
license='GPLv3',
url='http://www.weboob.org',
packages=find_packages(),
scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')],
install_requires=[
],
)