From 4697c7308e9b430a73f5c2c21a015b65d160b9c3 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 23 Apr 2024 16:55:16 +0100 Subject: [PATCH] minor --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a5c68b3..b6070e4 100644 --- a/setup.py +++ b/setup.py @@ -7,19 +7,19 @@ from setuptools import setup, find_packages from perguntations import (__author__, __license__, APP_NAME, APP_VERSION, APP_DESCRIPTION) -with open("README.md", "r") as f: +with open('README.md', 'r') as f: long_description = f.read() setup( name=APP_NAME, version=APP_VERSION, author=__author__, - author_email="mjsb@uevora.pt", + author_email='mjsb@uevora.pt', license=__license__, description=APP_DESCRIPTION.split('\n')[0], long_description=APP_DESCRIPTION, - long_description_content_type="text/markdown", - url="https://git.xdi.uevora.pt/mjsb/perguntations.git", + long_description_content_type='text/markdown', + url='https://git.xdi.uevora.pt/mjsb/perguntations.git', packages=find_packages(), include_package_data=True, # install files from MANIFEST.in python_requires='>=3.9', -- libgit2 0.21.2