diff MANIFEST-SLAVE.in @ 682:6511c192a957

0.6dev: Complete rework of the slave-only install to use `setuptools.Feature` to disable the master-parts. This should make all regular distribution commands like 'test', 'sdist', 'bdist_egg' and so on work as intended, and the output can be adjusted using option `--without-master` (master is enabled by default). Also fixes various issues with manifests discovered when making 0.6beta1, leaving these releases somewhat lacking... Updated docs, readme and changelog. Hopefully this closes #383 for good... :-)
author osimons
date Fri, 11 Sep 2009 20:43:15 +0000
parents 327dca35a74f
children ec76fabc2617
line wrap: on
line diff
--- a/MANIFEST-SLAVE.in
+++ b/MANIFEST-SLAVE.in
@@ -1,19 +1,23 @@
 prune bitten/htdocs
 prune bitten/templates
 prune doc
-prune scripts
+
+exclude MANIFEST.in
+include setup.py
+include ChangeLog
+include COPYING
+include MANIFEST-SLAVE.in
+include README.txt
+
 exclude bitten/*.py
-include bitten/build/tests/*.py
 exclude bitten/report/*.py
 exclude bitten/report/tests/*.py
 exclude bitten/tests/*.py
-include setup.py
-exclude MANIFEST.in
 include bitten/__init__.py
 include bitten/build/*.py
+include bitten/build/tests/*.py
 include bitten/recipe.py
 include bitten/slave.py
 include bitten/slave_tests/*.py
 include bitten/util/*.py
 include bitten/util/tests/*.py
-
Copyright (C) 2012-2017 Edgewall Software