2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00

fix setup.py

This commit is contained in:
Pratik Vyas 2014-07-11 11:48:36 +05:30
parent 7c123bf033
commit b05ecc5136
2 changed files with 4 additions and 1 deletions

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include *.md
recursive-include bench *.conf
recursive-include bench *.py

View File

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='bench',
version='0.1',
py_modules=find_packages()
py_modules=find_packages(),
include_package_data=True,
install_requires=[
'Click',