We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45e18c commit 2abc7c5Copy full SHA for 2abc7c5
setup.py
@@ -36,7 +36,7 @@ def get_file_text(file_name):
36
# PEP 561
37
package_data={"sentry_sdk": ["py.typed"]},
38
zip_safe=False,
39
- license="MIT",
+ license_expression="MIT",
40
python_requires=">=3.6",
41
install_requires=[
42
"urllib3>=1.26.11",
@@ -99,7 +99,6 @@ def get_file_text(file_name):
99
"Development Status :: 5 - Production/Stable",
100
"Environment :: Web Environment",
101
"Intended Audience :: Developers",
102
- "License :: OSI Approved :: BSD License",
103
"Operating System :: OS Independent",
104
"Programming Language :: Python",
105
"Programming Language :: Python :: 3",
0 commit comments