[Checkins] SVN: AccessControl/branches/2.13/ Added `manifest.in` to ensure the inclusion of the `include` directory into the release.

Hanno Schlichting hannosch at hannosch.eu
Mon Dec 12 10:58:38 UTC 2011


Log message for revision 123714:
  Added `manifest.in` to ensure the inclusion of the `include` directory into the release.
  

Changed:
  U   AccessControl/branches/2.13/CHANGES.txt
  A   AccessControl/branches/2.13/MANIFEST.in

-=-
Modified: AccessControl/branches/2.13/CHANGES.txt
===================================================================
--- AccessControl/branches/2.13/CHANGES.txt	2011-12-12 10:47:47 UTC (rev 123713)
+++ AccessControl/branches/2.13/CHANGES.txt	2011-12-12 10:58:37 UTC (rev 123714)
@@ -4,6 +4,8 @@
 2.13.6 (unreleased)
 -------------------
 
+- Added `manifest.in` to ensure the inclusion of the `include` directory into
+  the release.
 
 2.13.5 (2011-12-12)
 -------------------

Added: AccessControl/branches/2.13/MANIFEST.in
===================================================================
--- AccessControl/branches/2.13/MANIFEST.in	                        (rev 0)
+++ AccessControl/branches/2.13/MANIFEST.in	2011-12-12 10:58:37 UTC (rev 123714)
@@ -0,0 +1,7 @@
+include *.txt
+
+recursive-include include *
+recursive-include src/AccessControl *
+
+global-exclude *pyc
+global-exclude *pyo



More information about the checkins mailing list