diff --git a/setup.py b/setup.py index b0a1f65d..071074a6 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,9 @@ setup( version='0.1', py_modules=find_packages(), include_package_data=True, + url='https://github.com/frappe/bench', + author='Web Notes Technologies Pvt. Ltd.', + author_email='info@frappe.io', install_requires=[ 'Click', 'jinja2',