Skip to content

Commit

Permalink
Add tests directory to the testdir. (aklajnert#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert authored Aug 28, 2023
1 parent ba8db1a commit 1855824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.d/other.7fecefb0.entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
message: Add `tests` directory to sdist.
pr_ids:
- '127'
timestamp: 1693138907
type: other
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def read(fname):
"changelogd",
],
},
packages=find_packages(exclude=["docs", "tests"]),
packages=find_packages(exclude=["docs"]),
package_data={"pytest_subprocess": ["py.typed"]},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 1855824

Please sign in to comment.