Skip to content

Commit

Permalink
Added copyright. Corrected github address after repo move
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed May 4, 2016
1 parent 113b27b commit 2283130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

## Credit

This is based on work by [Felix Wong (gnowxilef)](https://github.com/gnowxilef) found [here](https://github.com/cloudflare-api/python-cloudflare-v4). It has been seriously expanded upon.
This is based on work by [Felix Wong (gnowxilef)](https://github.com/gnowxilef) found [here](https://github.com/cloudflare-api/python-cloudflare-v4). It has been seriously expanded upon.

## Copyright

Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and CloudFlare 2016.

## CloudFlare API version 4

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
version='1.1',
description='Python wrapper for the CloudFlare v4 API',
author='gnowxilef,Martin J. Levy',
author_email='felix@fawong.com,mahtin@mahin.com',
url='https://github.com/mahtin/python-cloudflare-v4',
author_email='felix@fawong.com,martin@cloudflare.com',
url='https://github.com/cloudflare/python-cloudflare',
packages=['cli4']+find_packages(),
install_requires=required,
entry_points={
Expand Down

0 comments on commit 2283130

Please sign in to comment.