Skip to content

Commit 703491f

Browse files
committed
Minor update: update package description
1 parent 4a616f0 commit 703491f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = rest-api-payload-israelabraham
33
version = 0.0.6
44
author = Abram
55
author_email = [email protected]
6-
description = A small example package
6+
description = A to-go-to production API payload with an easy format for building APIs with Python.
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = https://github.com/israelabraham/API-Payload

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name='rest_api_payload',
1313
version='0.0.6',
14-
description='Industry ready custom API payload with an easy format for building Python APIs (Django/Django Rest Framework)',
14+
description='A to-go-to production API payload with an easy format for building APIs with Python.',
1515
long_description_content_type="text/markdown",
1616
long_description=open('README.md').read(),
1717
url='https://github.com/israelabraham/API-Payload',

0 commit comments

Comments
 (0)