Skip to content

Commit 1cdeb19

Browse files
shadchinlundberg
andauthored
Fix license classifier (#195)
Co-authored-by: Jonas Lundberg <jonas@5monkeys.se>
1 parent 0c94bae commit 1cdeb19

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
@@ -8,7 +8,7 @@
88
setup(
99
name="respx",
1010
version=locals()["__version__"],
11-
license="BSD",
11+
license="BSD-3-Clause",
1212
author="Jonas Lundberg",
1313
author_email="jonas@5monkeys.se",
1414
url="https://lundberg.github.io/respx/",
@@ -19,7 +19,7 @@
1919
classifiers=[
2020
"Development Status :: 5 - Production/Stable",
2121
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
22+
"License :: OSI Approved :: BSD License",
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)