Skip to content

Commit

Permalink
remove tests/features from the package (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored Nov 3, 2021
1 parent 84219a1 commit eb118ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ recursive-include apps *.html
recursive-include apps *.txt

include .fireq.json

recursive-exclude tests *
recursive-exclude features *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
url="https://github.com/superdesk/superdesk-core",
license="GPLv3",
platforms=["any"],
packages=find_packages(exclude=["tests", "features"]),
packages=find_packages(exclude=["tests*", "features*"]),
package_data=package_data,
include_package_data=True,
setup_requires=["setuptools_scm"],
Expand Down

0 comments on commit eb118ed

Please sign in to comment.