diff --git a/setup.cfg b/setup.cfg index 3152ac54..d309fdaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,3 +9,6 @@ exclude = .git,__pycache__,.tox,doc [flake8] ignore = N max-line-length = 139 + +[metadata] +license_file = LICENSE