Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit 70cb0be

Browse files
author
Emmett Butler
authored
Merge pull request #947 from mariocj89/pu/exclude-tests
Include tests in the sdsit but don't install them
2 parents 01a73bd + be6e9e1 commit 70cb0be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include *.txt
2-
include LICENSE
2+
include LICENSE
3+
recursive-include tests *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def run_setup(with_rdkafka=True):
143143
long_description=readme,
144144
keywords='apache kafka client driver',
145145
license='Apache License 2.0',
146-
packages=find_packages(),
146+
packages=find_packages(exclude=["tests", "tests.*"]),
147147
entry_points={
148148
'console_scripts': [
149149
'kafka-tools = pykafka.cli.kafka_tools:main',

0 commit comments

Comments
 (0)