mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-03-20 15:29:42 +00:00
Replace setup.cfg metadata license_file with license_files
license_file has been deprecated in wheel 0.32.0 in favor of license_files.
This commit is contained in:
parent
c5c3f24a10
commit
d5199bd503
@ -25,7 +25,8 @@ classifiers =
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
license = MIT
|
||||
license_file = LICENSE
|
||||
license_files =
|
||||
LICENSE
|
||||
description = A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst
|
||||
@ -40,7 +41,7 @@ keywords =
|
||||
|
||||
[options]
|
||||
setup_requires =
|
||||
setuptools>=39.2.0
|
||||
setuptools>=42.0.0
|
||||
python_requires = >=3.6
|
||||
packages = find:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user