Skip to content

Commit 050b523

Browse files
author
John Carr
committed
Add and update MANIFEST files.
Add a MANIFEST to apache and varnish recipes, and update the gocaptain one. All needed templates and README's are now included in sdist.
1 parent 9bd3c0b commit 050b523

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

isotoma.recipe.apache/MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include *.rst *.txt
2+
recursive-include isotoma/recipe/apache *.cfg

isotoma.recipe.apache/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.0.5'
3+
version = '0.0.6'
44

55
setup(
66
name = 'isotoma.recipe.apache',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include README.rst CHANGES.txt
2+
recursive-include isotoma/recipe/gocaptain *.tmpl

isotoma.recipe.gocaptain/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.0.4'
3+
version = '0.0.5'
44

55
setup(
66
name = 'isotoma.recipe.gocaptain',

isotoma.recipe.varnish/MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include *.rst *.txt
2+
recursive-include isotoma/recipe/varnish *.vcl

isotoma.recipe.varnish/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.0.1'
3+
version = '0.0.2'
44

55
setup(
66
name = 'isotoma.recipe.varnish',

0 commit comments

Comments
 (0)