From e91b2bb15b35609c23c991d84d32e1687820da7d Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 17 Sep 2022 11:08:51 +0200 Subject: [PATCH] fix: missing delimiter in trove classifiers definition --- 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',