Skip to content

Commit c1d9295

Browse files
committed
added man page to dist
1 parent 5a8844e commit c1d9295

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
@@ -31,7 +31,7 @@ def main():
3131
#package_dir={'CloudFlare/examples': 'examples'},
3232
#package_data={'cloudflare-examples': ["examples/*"]},
3333
include_package_data=True,
34-
#data_files = [('man/man1', ['cli4/cli4.man'])],
34+
data_files = [('man/man1', ['cli4/cli4.man'])],
3535
install_requires=['requests', 'future', 'pyyaml', 'jsonlines'],
3636
keywords='cloudflare',
3737
entry_points={

0 commit comments

Comments
 (0)