File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments