diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000000000000000000000000000000000000..059381677f428ba0f14f027621597531ff89e27d --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,4 @@ +0.1 (2017-04-27) +================= + + * initial implementation of certificate authority diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000000000000000000000000000000000000..32bdd8a0c45dc15ba5eb449aedfed385b2e34699 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include CHANGES.txt +recursive-include caucase/templates *.html +recursive-include caucase/static *.css *.png *.js *.gif diff --git a/README.rst b/README.rst index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..c2be981a6625b5da558515af47286d17aaf1f51f 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,4 @@ +caucase +======= + +Certificate Authority for Users, Certificate Authority for SErvices diff --git a/setup.py b/setup.py index a480e6d9356ee75850b84637a7cdb0f586b6afda..7d98449b7492575940ccb79b569a12a0c5869b9a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup, find_packages import glob import os -version = '0.1' +version = '0.1.1' name = 'caucase' long_description = open("README.rst").read() + "\n"