mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 15:08:24 +00:00
fix setup.py
This commit is contained in:
parent
7c123bf033
commit
b05ecc5136
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
include *.md
|
||||||
|
recursive-include bench *.conf
|
||||||
|
recursive-include bench *.py
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ 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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user