Skip to content

Commit 565d6d6

Browse files
committed
clarify license (copy/paste oversight), all MIT; fixes cemerickgh-6
1 parent 22c4e9b commit 565d6d6

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
@@ -15,7 +15,7 @@
1515
classifiers = ['Development Status :: 4 - Beta',
1616
'Environment :: Console',
1717
'Intended Audience :: Developers',
18-
'License :: OSI Approved :: BSD License',
18+
'License :: OSI Approved :: MIT License',
1919
'Natural Language :: English',
2020
'Operating System :: OS Independent',
2121
'Programming Language :: Python',
@@ -32,7 +32,7 @@
3232
description=description,
3333
long_description=__doc__,
3434
test_suite='test',
35-
license="BSD 3-clause",
35+
license="MIT License",
3636
keywords="clojure repl nrepl",
3737
url="https://github.com/cemerick/nrepl-python-client",
3838
zip_safe=True,

0 commit comments

Comments
 (0)