Commit d55cb402 authored by Łukasz Nowak's avatar Łukasz Nowak

Release 0.0.1

parent 77feda8f
0.0.1 (2020-01-27)
==================
* first published version
......@@ -26,6 +26,9 @@ tests_require = [
'mock',
]
long_description = open("README.rst").read() + "\n"
long_description += open("CHANGES.rst").read() + "\n"
setup(
name='kedifa',
version=versioneer.get_version(),
......@@ -33,6 +36,7 @@ setup(
author='Lukasz Nowak',
author_email='luke@nexedi.com',
description="KEy DIstribution FAcility",
long_description=long_description,
classifiers=[
'Environment :: Console',
'Environment :: Web Environment',
......
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