From 8d77a12845eaba5fc152ba2c2604011a936d68b6 Mon Sep 17 00:00:00 2001 From: Mike Thornton Date: Tue, 24 Jan 2012 20:24:51 -0600 Subject: [PATCH] Fixed manifest --- .gitignore | 4 +++- MANIFEST.in | 4 +++- VERSION.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dfbb03a..5f30226 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.pyc *.egg-info -.idea \ No newline at end of file +.idea +dist +MANIFEST \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index b6f4c27..471a3bb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include README.rst include VERSION.txt include LICENSE -recursive-include \ No newline at end of file +recursive-include src/cipr/code * +recursive-include src/cipr/skel * +recursive-include src/cipr/commands *.py \ No newline at end of file diff --git a/VERSION.txt b/VERSION.txt index bcaffe1..7deb86f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.7.1 \ No newline at end of file