Skip to content

Commit cb97d2d

Browse files
authored
fix: missing delimiter in trove classifiers definition (#141)
1 parent 1b88f5e commit cb97d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def parse_requirements(filename):
7474
'Operating System :: OS Independent',
7575
'Development Status :: 5 - Production/Stable',
7676
'Intended Audience :: Developers',
77-
'Topic :: Software Development :: Build Tools'
77+
'Topic :: Software Development :: Build Tools',
7878
'Typing :: Typed',
79-
],
79+
],
8080

8181
license='Apache 2.0',
8282

0 commit comments

Comments
 (0)