Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully exclude tests modules in setup.py #602

Merged
merged 1 commit into from Jan 28, 2017

Commits on Jan 28, 2017

  1. Fully exclude tests modules in setup.py

    Just excluding 'tests' doesn't seem to be enough: it results in
    tests/rest_framework being installed systemwide when you run
    `python setup.py install`. Excluding 'tests*' seems to do the
    trick.
    AdamWill committed Jan 28, 2017
    Copy the full SHA
    101cd2f View commit details
    Browse the repository at this point in the history