mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +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
|
||||
|
||||
setup(
|
||||
name='bench',
|
||||
version='0.1',
|
||||
py_modules=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'Click',
|
||||
'jinja2',
|
||||
name='bench',
|
||||
version='0.1',
|
||||
py_modules=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'Click',
|
||||
'jinja2',
|
||||
'virtualenv'
|
||||
],
|
||||
entry_points='''
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
bench=bench.cli:cli
|
||||
''',
|
||||
|
Loading…
Reference in New Issue
Block a user