Skip to content

Commit 8c05657

Browse files
committed
Fix usage of deprecated "license_file" option
DeprecationWarning: The "license_file" option is deprecated. Use "license_files" instead.
1 parent 5282908 commit 8c05657

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ History:
33
<see Git checking messages for history>
44

55
5.1.1 2020/xx/xx
6-
-
6+
- removed usage of deprecated "license_file" option for "license_files"
77
- :heart: contributors: @
88

99
5.1.0 2020/04/30

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ project_urls =
1313
Tracker = https://github.com/BoboTiG/python-mss/issues
1414
keywords = screen, screenshot, screencapture, screengrab
1515
license = MIT
16-
license_file = LICENSE
16+
license_files =
17+
LICENSE
1718
platforms = Darwin, Linux, Windows
1819
classifiers =
1920
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)