Skip to content

Commit 515bc11

Browse files
committed
Exclude tests module from package
Fixes #51.
1 parent c4d283f commit 515bc11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Exclude the tests module from the package.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="http://github.com/datadog/sketches-py",
15-
packages=setuptools.find_packages(),
15+
packages=setuptools.find_packages(exclude=["tests*"]),
1616
package_data={"ddsketch": ["py.typed"]},
1717
classifiers=[
1818
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)