From 66c76ce56a50426e207edff4d9e6addffbc5654d Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 9 Nov 2022 13:46:58 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9517356..b6aedd3 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ setup( author_email = 'andros@fenollosa.email', url = 'https://github.com/tanrax/fiableDB', keywords = ['database', 'immutable', 'nosql', 'json'], - classifiers=( + classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", - ), + ], install_requires=[], entry_points='' )