mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
add url and author
This commit is contained in:
parent
c2ba948e32
commit
0a7f9e22a0
3
setup.py
3
setup.py
@ -5,6 +5,9 @@ setup(
|
|||||||
version='0.1',
|
version='0.1',
|
||||||
py_modules=find_packages(),
|
py_modules=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
url='https://github.com/frappe/bench',
|
||||||
|
author='Web Notes Technologies Pvt. Ltd.',
|
||||||
|
author_email='info@frappe.io',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Click',
|
'Click',
|
||||||
'jinja2',
|
'jinja2',
|
||||||
|
Loading…
Reference in New Issue
Block a user