Commit 58155520 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add url, maintainer and maintainer_email in setup.py.

parent 225767ad
......@@ -31,6 +31,9 @@ setup(
entry_points={
'zc.buildout.extension': ['extension = %s:extension' % name],
},
url='https://lab.nexedi.com/nexedi/slapos.rebootstrap',
maintainer='Kazuhiko Shiozaki',
maintainer_email='kazuhiko@nexedi.com',
license='ZPL 2.1',
include_package_data=True,
namespace_packages=['slapos'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment