2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-16 01:57:08 +00:00

fix tabs and spaces in setup.py

This commit is contained in:
Pratik Vyas 2014-07-15 09:45:59 +05:30
parent 603e7d61b5
commit c2ba948e32

View File

@ -8,6 +8,7 @@ setup(
install_requires=[
'Click',
'jinja2',
'virtualenv'
],
entry_points='''
[console_scripts]