Commit 90a3652b authored by Alain Takoudjou's avatar Alain Takoudjou

update version, add MANIFEST.in and CHANGES.txt files to project

parent 4672a3ac
0.1 (2017-04-27)
=================
* initial implementation of certificate authority
include CHANGES.txt
recursive-include caucase/templates *.html
recursive-include caucase/static *.css *.png *.js *.gif
caucase
=======
Certificate Authority for Users, Certificate Authority for SErvices
...@@ -20,7 +20,7 @@ from setuptools import setup, find_packages ...@@ -20,7 +20,7 @@ from setuptools import setup, find_packages
import glob import glob
import os import os
version = '0.1' version = '0.1.1'
name = 'caucase' name = 'caucase'
long_description = open("README.rst").read() + "\n" long_description = open("README.rst").read() + "\n"
......
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