mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
fix tabs and spaces in setup.py
This commit is contained in:
parent
603e7d61b5
commit
c2ba948e32
17
setup.py
17
setup.py
@ -1,15 +1,16 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='bench',
|
name='bench',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
py_modules=find_packages(),
|
py_modules=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Click',
|
'Click',
|
||||||
'jinja2',
|
'jinja2',
|
||||||
|
'virtualenv'
|
||||||
],
|
],
|
||||||
entry_points='''
|
entry_points='''
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
bench=bench.cli:cli
|
bench=bench.cli:cli
|
||||||
''',
|
''',
|
||||||
|
Loading…
Reference in New Issue
Block a user