Skip to content

Commit 34a64bc

Browse files
authored
Merge pull request #6266 from elprimato/spdx-conform-license
Change to SPDX conform license string
2 parents cb7fcd7 + 9b6c62e commit 34a64bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requests/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
__build__ = 0x023100
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "me@kennethreitz.org"
12-
__license__ = "Apache 2.0"
12+
__license__ = "Apache-2.0"
1313
__copyright__ = "Copyright Kenneth Reitz"
1414
__cake__ = "\u2728 \U0001f370 \u2728"

0 commit comments

Comments
 (0)