[metadata] # This includes the license file(s) in the wheel. # https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file license_files = LICENSE.txt [flake8] exclude = .tox, .eggs, .git, __pycache__, build, dist ignore = E501