We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8844e commit c1d9295Copy full SHA for c1d9295
1 file changed
setup.py
@@ -31,7 +31,7 @@ def main():
31
#package_dir={'CloudFlare/examples': 'examples'},
32
#package_data={'cloudflare-examples': ["examples/*"]},
33
include_package_data=True,
34
- #data_files = [('man/man1', ['cli4/cli4.man'])],
+ data_files = [('man/man1', ['cli4/cli4.man'])],
35
install_requires=['requests', 'future', 'pyyaml', 'jsonlines'],
36
keywords='cloudflare',
37
entry_points={
0 commit comments