Skip to content

Commit

Permalink
added CloudFlare/tests as a package - a better place to keep tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jan 4, 2024
1 parent 401149c commit f2441b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
url='https://github.com/cloudflare/python-cloudflare',
license='MIT',
options={"bdist_wheel": {"universal": True}},
packages=['CloudFlare', 'cli4', 'examples'],
packages=['CloudFlare', 'CloudFlare/tests', 'cli4', 'examples'],
test_suite="CloudFlare.tests",
include_package_data=True,
data_files = [('share/man/man1', ['cli4/cli4.1'])],
Expand Down

0 comments on commit f2441b1

Please sign in to comment.