File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = rest-api-payload-israelabraham
3
3
version = 0.0.6
4
4
author = Abram
5
5
6
- description = A small example package
6
+ description = A to-go-to production API payload with an easy format for building APIs with Python.
7
7
long_description = file: README.md
8
8
long_description_content_type = text/markdown
9
9
url = https://github.com/israelabraham/API-Payload
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = 'rest_api_payload' ,
13
13
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. ' ,
15
15
long_description_content_type = "text/markdown" ,
16
16
long_description = open ('README.md' ).read (),
17
17
url = 'https://github.com/israelabraham/API-Payload' ,
You can’t perform that action at this time.
0 commit comments