From: Zack Cerza Date: Wed, 23 Aug 2023 19:21:43 +0000 (-0600) Subject: setup.cfg: Drop license_file X-Git-Tag: 1.2.0~75^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0dd5baeb15b3a95cae2baf9828ea2a472c9f4636;p=teuthology.git setup.cfg: Drop license_file It's deprecated in favor of `license_files`, but the default value is sufficient. Signed-off-by: Zack Cerza --- diff --git a/setup.cfg b/setup.cfg index 9e1422a56..6b9d2c2c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,6 @@ long_description_content_type = text/x-rst url = https://github.com/ceph/teuthology author = Red Hat, Inc. license = MIT -license_file = LICENSE classifiers = Intended Audience :: Developers License :: OSI Approved :: MIT License