Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 2283130

Browse files
committed
Added copyright. Corrected github address after repo move
1 parent 113b27b commit 2283130

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
## Credit
55

6-
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.
6+
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.
7+
8+
## Copyright
9+
10+
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and CloudFlare 2016.
711

812
## CloudFlare API version 4
913

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
version='1.1',
1212
description='Python wrapper for the CloudFlare v4 API',
1313
author='gnowxilef,Martin J. Levy',
14-
author_email='felix@fawong.com,mahtin@mahin.com',
15-
url='https://github.com/mahtin/python-cloudflare-v4',
14+
author_email='felix@fawong.com,martin@cloudflare.com',
15+
url='https://github.com/cloudflare/python-cloudflare',
1616
packages=['cli4']+find_packages(),
1717
install_requires=required,
1818
entry_points={

0 commit comments

Comments
 (0)