Commit 2dad5dae authored by Vincent Pelletier's avatar Vincent Pelletier

setup: Silence complaint from "setup.py check".

parent 5b22f024
...@@ -28,6 +28,8 @@ for f in sorted(glob.glob(os.path.join('caucase', 'README.*.rst'))): ...@@ -28,6 +28,8 @@ for f in sorted(glob.glob(os.path.join('caucase', 'README.*.rst'))):
setup( setup(
name='caucase', name='caucase',
version='0.9.2', version='0.9.2',
author='Vincent Pelletier',
author_email='vincent@nexedi.com',
description="Certificate Authority.", description="Certificate Authority.",
long_description=long_description, long_description=long_description,
classifiers=[ classifiers=[
......
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