Update setup.py

This commit is contained in:
Martin Gracik 2010-12-02 13:37:06 +01:00
parent 9c533a517f
commit 8a91123766
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ setup(name="lorax",
license="GPLv2+",
packages=["pylorax"],
package_dir={"" : "src"},
scripts=["src/bin/lorax"],
#scripts=["src/bin/lorax"],
data_files=data_files
)