Skip to content

Commit 93b96f2

Browse files
committed
fix setup.py
1 parent e14245c commit 93b96f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
classifiers = ['Development Status :: 4 - Beta',
1717
'Environment :: Console',
1818
'Intended Audience :: Developers',
19-
'License :: OSI Approved :: BSD License'
20-
'Natural Language :: English'
19+
'License :: OSI Approved :: BSD License',
20+
'Natural Language :: English',
2121
'Operating System :: OS Independent',
2222
'Programming Language :: Python',
2323
'Topic :: Software Development :: Interpreters',
24-
'Topic :: Software Development :: Libraries :: Python Modules'
24+
'Topic :: Software Development :: Libraries :: Python Modules',
2525
'Topic :: Utilities']
2626

2727
setup(name="nrepl-python-client",

0 commit comments

Comments
 (0)