Skip to content

Commit 364d2d1

Browse files
authored
Replace deprecated license_file in setup.cfg (#94)
Replace the deprecated option with `license_files`, to fix the following deprecation warning: /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:515: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. The new option is backwards compatible and is available since setuptools 42.0.0.
1 parent c782629 commit 364d2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://github.com/JoshData/python-email-validator
88
author = Joshua Tauberer
99
author_email = jt@occams.info
1010
license = CC0 (copyright waived)
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers

0 commit comments

Comments
 (0)