Skip to content

Commit

Permalink
Exclude test_project/ and */tests/ from pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 15, 2022
1 parent f4dde8a commit ce5b677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def yield_long_description_files():
setup(
name="django-vinaigrette",
version="2.0.1",
packages=find_packages(),
packages=find_packages(exclude=["test_project*", "*.tests"]),
description=__doc__,
long_description='\n\n'.join(yield_long_description_files()),
author="Ecometrica Ltd",
Expand Down

0 comments on commit ce5b677

Please sign in to comment.