[Python-modules-commits] [python-social-auth] 251/322: Include tests requirements files. Fixes #590
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:16 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 859225f804952e2b8f9a541da0a6f0d49edb5ed8
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Tue Apr 14 17:03:12 2015 -0300
Include tests requirements files. Fixes #590
---
MANIFEST.in | 1 +
setup.py | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index 6a060d1..7675886 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ global-include *.py
include *.txt Changelog LICENSE README.rst
recursive-include docs *.rst
+recursive-include social/tests *.txt
graft examples
diff --git a/setup.py b/setup.py
index c99f3b4..8860b0a 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,6 @@ setup(
keywords='django, flask, pyramid, webpy, openid, oauth, social auth',
url='https://github.com/omab/python-social-auth',
packages=get_packages(),
- # package_data={'social': ['locale/*/LC_MESSAGES/*']},
long_description=long_description(),
install_requires=requirements,
classifiers=[
@@ -81,6 +80,10 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3'
],
+ package_data={
+ 'social/tests': ['social/tests/*.txt']
+ },
+ include_package_data=True,
tests_require=tests_requirements,
test_suite='social.tests',
zip_safe=False
--
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