Commit 0de6df16 by Mike Gilbert

Don't install tests, but do ship them in the tarball

Also picks up some missing files in tests/assets and tests/assets2
parent 86fe544f
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