Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit f2441b1

Browse files
committed
added CloudFlare/tests as a package - a better place to keep tests
1 parent 401149c commit f2441b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
url='https://github.com/cloudflare/python-cloudflare',
2727
license='MIT',
2828
options={"bdist_wheel": {"universal": True}},
29-
packages=['CloudFlare', 'cli4', 'examples'],
29+
packages=['CloudFlare', 'CloudFlare/tests', 'cli4', 'examples'],
3030
test_suite="CloudFlare.tests",
3131
include_package_data=True,
3232
data_files = [('share/man/man1', ['cli4/cli4.1'])],

0 commit comments

Comments
 (0)