From 8da290da3d77bf91dead4a8146b27d63bc09b940 Mon Sep 17 00:00:00 2001 From: Rashif Ray Rahman Date: Wed, 20 Dec 2023 17:34:04 +0600 Subject: [PATCH] Fix elusive missing comma in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc3695d..df6dced 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def find_version(filename): keywords='rdf, application profile, data shape, statistics, fingerprint, sparql, linked-data', packages=packages, # exclude=["tests", "test_*"], - license='Apache License 2.0' + license='Apache License 2.0', classifiers=[ "Development Status :: 4 - Beta", "Programming Language :: Python",