Skip to content

Commit 5a1854b

Browse files
committed
Fix license name and badge
1 parent 7962d7f commit 5a1854b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
:target: https://codecov.io/gh/HallLab/clarite-python/
2626
:alt: Test coverage
2727

28-
.. image:: https://img.shields.io/pypi/l/clarite-python?style=flat-square
28+
.. image:: https://img.shields.io/pypi/l/clarite?style=flat-square
2929
:target: https://opensource.org/licenses/BSD-3-Clause
3030
:alt: License
3131

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
]
6565
},
6666
install_requires=requirements,
67-
license="BSD License (BSD-3-Clause)",
67+
license="BSD-3-Clause",
6868
classifiers=[
6969
"Development Status :: 4 - Beta",
7070
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)