Skip to content

Commit 7c82d24

Browse files
authored
workaround bug generating invalid metadata (#347)
1 parent 149c535 commit 7c82d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def local_file(name: str) -> Path:
3131
"Changelog": "https://flake8-async.readthedocs.io/en/latest/changelog.html",
3232
},
3333
license="MIT",
34+
license_files=[], # https://github.com/pypa/twine/issues/1216
3435
description="A highly opinionated flake8 plugin for Trio-related problems.",
3536
zip_safe=False,
3637
install_requires=["flake8>=6", "libcst>=1.0.1"],

0 commit comments

Comments
 (0)