Skip to content

Use license_files instead of license_file#164

Closed
felixonmars wants to merge 2 commits into
tox-dev:mainfrom
felixonmars:patch-2
Closed

Use license_files instead of license_file#164
felixonmars wants to merge 2 commits into
tox-dev:mainfrom
felixonmars:patch-2

Conversation

@felixonmars
Copy link
Copy Markdown

Fix the following warning:

/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:459: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)

Ref: pypa/setuptools#2620

felixonmars and others added 2 commits August 29, 2022 17:56
Fix the following warning:

```
/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:459: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
```

Ref: pypa/setuptools#2620
@felixonmars
Copy link
Copy Markdown
Author

pre-commit-ci is breaking the fix here :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants