[Python-modules-commits] [python-social-auth] 219/322: Define a MANIFEST.in file. Fixes #578

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 07847e58f3e541cb3e2ce4a3e978d073288266c9
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Fri Apr 3 22:43:29 2015 -0300

    Define a MANIFEST.in file. Fixes #578
---
 MANIFEST.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..6a060d1
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,12 @@
+global-include *.py
+
+include *.txt Changelog LICENSE README.rst
+recursive-include docs *.rst
+
+graft examples
+
+recursive-exclude social *.pyc
+recursive-exclude examples *.pyc
+recursive-exclude examples *.db
+recursive-exclude examples local_settings.py
+recursive-exclude examples/webpy_example/sessions *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list