Skip to content

Commit 4a3c4ec

Browse files
committed
Fix setuptools deprecation - license_file -> license_files
1 parent 61ce9fa commit 4a3c4ec

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
@@ -9,7 +9,7 @@ maintainer = Andreas Pelme
99
maintainer_email = [email protected]
1010
url = https://pytest-django.readthedocs.io/
1111
license = BSD-3-Clause
12-
license_file = LICENSE
12+
license_files = LICENSE
1313
classifiers =
1414
Development Status :: 5 - Production/Stable
1515
Framework :: Django

0 commit comments

Comments
 (0)