We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149c535 commit 7c82d24Copy full SHA for 7c82d24
setup.py
@@ -31,6 +31,7 @@ def local_file(name: str) -> Path:
31
"Changelog": "https://flake8-async.readthedocs.io/en/latest/changelog.html",
32
},
33
license="MIT",
34
+ license_files=[], # https://github.com/pypa/twine/issues/1216
35
description="A highly opinionated flake8 plugin for Trio-related problems.",
36
zip_safe=False,
37
install_requires=["flake8>=6", "libcst>=1.0.1"],
0 commit comments