Commit abba89bd by Francisco Souza

Removed "scripts" entry from setup.py file. Using only "console_scripts", that…

Removed "scripts" entry from setup.py file. Using only "console_scripts", that also generates an executable file on Windows
parent 74da2546
......@@ -34,11 +34,9 @@ setup(name='lettuce',
author=u'Gabriel Falcao',
author_email='gabriel@nacaolivre.org',
url='http://github.com/gabrielfalcao/lettuce',
scripts = ['lettuce/lettuce'],
packages=get_packages(),
entry_points = {
'console_scripts' : [
'lettuce = lettuce.lettuce:main',
]
}
]}
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment