Commit 9bcbee07 by Timothée Peignier

Merge pull request #224 from floppym/master

packaging fix for tests
parents 86fe544f 0de6df16
recursive-include pipeline/templates *.html *.jinja
include AUTHORS LICENSE README.rst HISTORY.rst
recursive-include tests *
recursive-exclude tests *.pyc *.pyo
......@@ -12,7 +12,7 @@ setup(
author_email='timothee.peignier@tryphon.org',
url='https://github.com/cyberdelia/django-pipeline',
license='MIT',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
zip_safe=False,
install_requires=[
'futures>=2.1.3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment