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 22c4e9b commit 565d6d6Copy full SHA for 565d6d6
setup.py
@@ -15,7 +15,7 @@
15
classifiers = ['Development Status :: 4 - Beta',
16
'Environment :: Console',
17
'Intended Audience :: Developers',
18
- 'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: MIT License',
19
'Natural Language :: English',
20
'Operating System :: OS Independent',
21
'Programming Language :: Python',
@@ -32,7 +32,7 @@
32
description=description,
33
long_description=__doc__,
34
test_suite='test',
35
- license="BSD 3-clause",
+ license="MIT License",
36
keywords="clojure repl nrepl",
37
url="https://github.com/cemerick/nrepl-python-client",
38
zip_safe=True,
0 commit comments