Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cloudflare/python-cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jun 22, 2020
2 parents 4ecb111 + 61e73e3 commit ff91110
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 @@ -32,7 +32,7 @@ def main():
#package_data={'cloudflare-examples': ["examples/*"]},
include_package_data=True,
data_files = [('man/man1', ['cli4/cli4.man'])],
install_requires=['requests', 'future', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
keywords='cloudflare',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ff91110

Please sign in to comment.