Skip to content

Commit

Permalink
license_file -> license_files to make pip happy (#992)
Browse files Browse the repository at this point in the history
https://setuptools.pypa.io/en/latest/history.html#id522

license_file has been deprecated

Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
  • Loading branch information
mcepl and sigmavirus24 committed May 6, 2023
1 parent cf704ae commit 0bb428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[metadata]
license_file = LICENSE
license_files = LICENSE
name = twine
author = Donald Stufft and individual contributors
author_email = donald@stufft.io
Expand Down

0 comments on commit 0bb428c

Please sign in to comment.