Skip to content

Commit a0b0576

Browse files
committed
Improving description.
1 parent c1b6817 commit a0b0576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# createsend
22

3-
A python wrapper for the createsend API v3.
3+
A python library which implements the complete functionality of v3 of the createsend API.
44

55
## Installation
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(name = "createsend",
88
version = __version__,
9-
description = "A wrapper for the CreateSend API v3",
9+
description = "A library which implements the complete functionality of v3 of the createsend API.",
1010
author = "James Dennes",
1111
author_email = '[email protected]',
1212
packages = ['createsend'])

0 commit comments

Comments
 (0)