diff --git a/setup.cfg b/setup.cfg index 0e6f9dd..4ee5196 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,4 +9,7 @@ cover-inclusive=1 cover-erase=1 cover-html=1 cover-html-dir=coverage_report/ -where=tests/ \ No newline at end of file +where=tests/ + +[metadata] +license-file = LICENSE \ No newline at end of file