Skip to content

Commit 0de2793

Browse files
committed
Remove samples and tests from package
When installing the package, `tests` and `samples` were being put into my `site-packages`. This fixes that for me.
1 parent de62019 commit 0de2793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def requirements_file_to_list(fn="requirements.txt"):
4242
author_email="tkeefer@gmail.com",
4343
url="https://github.com/timotheus/ebaysdk-python",
4444
license="COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0",
45-
packages=find_packages(),
45+
packages=find_packages(include=['ebaysdk', 'ebaysdk.*'),
4646
provides=[PKG],
4747
install_requires=['lxml', 'requests'], #requirements_file_to_list(),
4848
test_suite='tests',

0 commit comments

Comments
 (0)