Fix setuptools warning

SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
This commit is contained in:
Khaled Hosny 2023-05-10 18:25:06 +03:00
parent fbb30dc6a0
commit f430da359f

View File

@ -28,7 +28,7 @@ replace = version="{new_version}"
formats = zip formats = zip
[metadata] [metadata]
license_file = LICENSE license_files = LICENSE
[tool:pytest] [tool:pytest]
minversion = 3.0 minversion = 3.0