We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a0fb3 + bf3f59e commit bc4ce73Copy full SHA for bc4ce73
1 file changed
setup.py
@@ -42,7 +42,7 @@ def requirements_file_to_list(fn="requirements.txt"):
42
author_email="tkeefer@gmail.com",
43
url="https://github.com/timotheus/ebaysdk-python",
44
license="COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0",
45
- packages=find_packages(),
+ packages=find_packages(include=['ebaysdk', 'ebaysdk.*'),
46
provides=[PKG],
47
install_requires=['lxml', 'requests'], #requirements_file_to_list(),
48
test_suite='tests',
0 commit comments