Skip to content

Commit 131361e

Browse files
authored
Don't add the tests to the release package (#41)
1 parent f52e32b commit 131361e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

examples/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
include_package_data=True,
5353
keywords='hcloud hetzner cloud',
5454
name='hcloud',
55-
packages=find_packages(exclude=["examples", "tests", "docs"]),
55+
packages=find_packages(exclude=["examples", "tests*", "docs"]),
5656
test_suite='tests',
5757
url='https://github.com/hetznercloud/hcloud-python',
5858
version=version['VERSION'],

0 commit comments

Comments
 (0)