Skip to content

Commit e6cdb18

Browse files
authored
Merge branch 'master' into ep/py-2271-refactor-openai-token-counting-8y2
2 parents ba471e1 + cd656f0 commit e6cdb18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- uses: getsentry/github-workflows/validate-pr@0b52fc6a867b744dcbdf5d25c18bc8d1c95710e1
13+
- uses: getsentry/github-workflows/validate-pr@71588ddf95134f804e82c5970a8098588e2eaecd
1414
with:
1515
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
1616
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_file_text(file_name):
3636
# PEP 561
3737
package_data={"sentry_sdk": ["py.typed"]},
3838
zip_safe=False,
39-
license="MIT",
39+
license_expression="MIT",
4040
python_requires=">=3.6",
4141
install_requires=[
4242
"urllib3>=1.26.11",
@@ -99,7 +99,6 @@ def get_file_text(file_name):
9999
"Development Status :: 5 - Production/Stable",
100100
"Environment :: Web Environment",
101101
"Intended Audience :: Developers",
102-
"License :: OSI Approved :: BSD License",
103102
"Operating System :: OS Independent",
104103
"Programming Language :: Python",
105104
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)