Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/Changaco/python-cloudflare
Browse files Browse the repository at this point in the history
… into Changaco-patch-1

Changaco patch-1
  • Loading branch information
mahtin committed Mar 30, 2022
2 parents b5e7356 + eb42047 commit 9c73821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 = [('share/man/man1', ['cli4/cli4.1'])],
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
keywords='cloudflare',
entry_points={
Expand Down

0 comments on commit 9c73821

Please sign in to comment.