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