We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14245c commit 93b96f2Copy full SHA for 93b96f2
setup.py
@@ -16,12 +16,12 @@
16
classifiers = ['Development Status :: 4 - Beta',
17
'Environment :: Console',
18
'Intended Audience :: Developers',
19
- 'License :: OSI Approved :: BSD License'
20
- 'Natural Language :: English'
+ 'License :: OSI Approved :: BSD License',
+ 'Natural Language :: English',
21
'Operating System :: OS Independent',
22
'Programming Language :: Python',
23
'Topic :: Software Development :: Interpreters',
24
- 'Topic :: Software Development :: Libraries :: Python Modules'
+ 'Topic :: Software Development :: Libraries :: Python Modules',
25
'Topic :: Utilities']
26
27
setup(name="nrepl-python-client",
0 commit comments