Skip to content

Commit

Permalink
added man page to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed May 13, 2020
1 parent 5a8844e commit c1d9295
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 @@ -31,7 +31,7 @@ def main():
#package_dir={'CloudFlare/examples': 'examples'},
#package_data={'cloudflare-examples': ["examples/*"]},
include_package_data=True,
#data_files = [('man/man1', ['cli4/cli4.man'])],
data_files = [('man/man1', ['cli4/cli4.man'])],
install_requires=['requests', 'future', 'pyyaml', 'jsonlines'],
keywords='cloudflare',
entry_points={
Expand Down

0 comments on commit c1d9295

Please sign in to comment.