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 0c94bae commit 1cdeb19Copy full SHA for 1cdeb19
setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name="respx",
10
version=locals()["__version__"],
11
- license="BSD",
+ license="BSD-3-Clause",
12
author="Jonas Lundberg",
13
author_email="jonas@5monkeys.se",
14
url="https://lundberg.github.io/respx/",
@@ -19,7 +19,7 @@
19
classifiers=[
20
"Development Status :: 5 - Production/Stable",
21
"Intended Audience :: Developers",
22
- "License :: OSI Approved :: MIT License",
+ "License :: OSI Approved :: BSD License",
23
"Operating System :: OS Independent",
24
"Programming Language :: Python",
25
"Programming Language :: Python :: 3",
0 commit comments