From cb97d2dada3f21561def4ae531794962c138ffd0 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sat, 17 Sep 2022 11:56:19 +0200 Subject: [PATCH] fix: missing delimiter in trove classifiers definition (#141) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 772b7bf..dbe1fbc 100755 --- a/setup.py +++ b/setup.py @@ -74,9 +74,9 @@ def parse_requirements(filename): 'Operating System :: OS Independent', 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools' + 'Topic :: Software Development :: Build Tools', 'Typing :: Typed', - ], + ], license='Apache 2.0',