From 069f6d77664ef7753bd7b7befa32547f1b919eab Mon Sep 17 00:00:00 2001 From: Alexander Shadchin Date: Wed, 5 Jun 2024 13:04:43 +0300 Subject: [PATCH] Fix license classifier --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2a1d27b..22260f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,10 +6,10 @@ author = David Beazley author_email = "David Beazley" description = "SLY - Sly Lex Yacc" long_description = "SLY is an implementation of lex and yacc. No longer maintained on PyPI. Latest version on GitHub." -license = MIT +license = BSD-3-Clause license_files = LICENSE classifiers = - License :: OSI Approved :: MIT License + License :: OSI Approved :: BSD License [options] package_dir =