From c68c064af83db43ecb0f9d4b1ec5400a21c49f15 Mon Sep 17 00:00:00 2001 From: ChrisTimperley Date: Tue, 31 Dec 2019 10:22:40 +0800 Subject: [PATCH] fixed setup.cfg properties --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 836c0a2..ca8927b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,8 @@ author = Christopher Timperley author-email = christimperley@googlemail.com home-page = https://github.com/ChrisTimperley/Kaskara description = A simple, unified API for various static analysers -long-description = file: README.rst, LICENSE +description-file = README.rst +license-file = LICENSE keywords = static analysis, c++, python, source code, program analysis license = Apache-2.0 classifiers =