This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via ab3889be6919f4be63e8c841ff294748935f4499 (commit)
from 4d196203af98b7c418ad8a0ebeba081e1cf76c48 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/ab3889be6919f4be63e8c841ff294748935f4499
commit ab3889be6919f4be63e8c841ff294748935f4499
Author: Oleg Broytman <ph...@ph...>
Date: Sat Apr 8 23:00:09 2017 +0300
Refactor MANIFEST.in; exclude devscripts from sdist
devscripts are not required for installation or development.
[skip ci]
diff --git a/MANIFEST.in b/MANIFEST.in
index 212861b..32ac686 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,7 @@
global-include *.py *.rst *.txt
+recursive-include docs *.css *.html *.js *.gif *.png
include LICENSE MANIFEST.in .travis.yml circle.yml tox.ini
include debian/* sqlobject/.coveragerc
include docs/Makefile docs/genapidocs docs/rebuild
-recursive-include devscripts *
-recursive-include docs *.css *.html *.js *.gif *.png
-global-exclude *.py[co]
-prune docs/_build
+recursive-exclude devscripts *
+recursive-exclude docs/_build *
-----------------------------------------------------------------------
Summary of changes:
MANIFEST.in | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
SQLObject development repository
|