Skip to content

Commit

Permalink
Do not ship the fixtures with the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Jun 27, 2019
1 parent 4ba4c6f commit e94d1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ include README.rst
include setup.py
graft oscarapi
prune oscarapi/tests/
prune oscarapi/fixtures/
include oscarapi/tests/__init__.py
include oscarapi/tests/utils.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
packages=find_packages(
exclude=[
'*tests.unit', '*tests.serializers*', '*tests.doctests*',
'*fixtures', '*sandbox*'
'*fixtures', '*fixtures*', '*sandbox*'
]),
# include non python files
include_package_data=True,
Expand Down

0 comments on commit e94d1a5

Please sign in to comment.