From c594591aae58b0d6dcd535ef572fd37c918b15a5 Mon Sep 17 00:00:00 2001 From: Abhishek-Khanduri Date: Tue, 2 Apr 2024 17:12:16 +0530 Subject: [PATCH] code cleanups --- setup.cfg | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7b2aa2c..f0c83f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ [metadata] name = django-ok-likes version = 0.4 -description = This app provides like/unlike functionality through Django REST Framework APIView classes. -long_description = file: README.rst +description = "This app provides like/unlike functionality through Django REST Framework APIView classes." +long_description = "file: README.rst" author = Oleg Kleschunov author_email = igorkleschunov@gmail.com url = https://github.com/LowerDeez/ok-likes diff --git a/setup.py b/setup.py index 9066bd9..1f27db6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name='django-ok-likes-latest', version='0.8.0', description='Django likes app latest', - long_description=open('README.rst').read(), + long_description='file: README.rst', author='Abhishek Khanduri', author_email='khanduriabhishek012@gmail.com', url='https://github.com/ColoredCow/ok-likes',