From a8bdf316119a2fdc73c036af2d0395bdfb8a9c6d Mon Sep 17 00:00:00 2001 From: HeinrichAD Date: Thu, 18 Jan 2024 10:11:54 +0100 Subject: [PATCH] add license information to setup.cfg --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2612d76..42a2abf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,8 @@ author_email = maze@pyth0n.org long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/tehmaze/ansi/ +license = MIT License +license_files = LICENSE.md [options] python_requires = >=3.6