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

Commit 6d8479d

Browse files
committed
Added files needed to get https://pypi.python.org/pypi working
1 parent d3c2d97 commit 6d8479d

3 files changed

Lines changed: 448 additions & 10 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
# cloudflare
2-
3-
4-
## Credit
5-
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.
1+
# cloudflare-python
112

123
## CloudFlare API version 4
134

@@ -331,3 +322,11 @@ $
331322
While it's easy to call anything within CloudFlare's API, it's not very useful to add items in here as they will simply return API URL errors.
332323
Technically, this is only useful for internal testing within CloudFlare.
333324

325+
## Credit
326+
327+
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.
328+
329+
## Copyright
330+
331+
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and CloudFlare 2016.
332+

0 commit comments

Comments
 (0)