[Checkins] SVN: AccessControl/branches/2.13/ Exclude compiled `.so` and `.dll` files from source distributions.

Hanno Schlichting hannosch at hannosch.eu
Mon Dec 12 11:53:14 UTC 2011


Log message for revision 123724:
  Exclude compiled `.so` and `.dll` files from source distributions.
  

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

-=-
Modified: AccessControl/branches/2.13/CHANGES.txt
===================================================================
--- AccessControl/branches/2.13/CHANGES.txt	2011-12-12 11:51:12 UTC (rev 123723)
+++ AccessControl/branches/2.13/CHANGES.txt	2011-12-12 11:53:14 UTC (rev 123724)
@@ -4,6 +4,7 @@
 2.13.7 (unreleased)
 -------------------
 
+- Exclude compiled `.so` and `.dll` files from source distributions.
 
 2.13.6 (2011-12-12)
 -------------------

Modified: AccessControl/branches/2.13/MANIFEST.in
===================================================================
--- AccessControl/branches/2.13/MANIFEST.in	2011-12-12 11:51:12 UTC (rev 123723)
+++ AccessControl/branches/2.13/MANIFEST.in	2011-12-12 11:53:14 UTC (rev 123724)
@@ -3,5 +3,7 @@
 recursive-include include *
 recursive-include src/AccessControl *
 
-global-exclude *pyc
-global-exclude *pyo
+global-exclude *.dll
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude *.so



More information about the checkins mailing list