From 0e6c51bd1097e3cb4c831571323a64e9c30f38aa Mon Sep 17 00:00:00 2001 From: Alessio Berti Date: Sun, 24 Sep 2023 10:09:11 +0200 Subject: [PATCH] Update setup config file with BSD license and python 3.11. --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 93bc3f0..5b2b665 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ long_description = file: README.md long_description_content_type = text/markdown author = Ievgen Vovk et al. author_email = Ievgen.Vovk@mpp.mpg.de -license = MIT +license = BSD project_urls = Bug Tracker = https://github.com/cta-observatory/ctapipe_io_magic/issues @@ -13,7 +13,7 @@ project_urls = classifiers = Development Status :: 4 - Beta - License :: OSI Approved :: MIT License + License :: OSI Approved :: BSD License Intended Audience :: Science/Research Topic :: Scientific/Engineering :: Astronomy Topic :: Scientific/Engineering :: Physics @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [options] packages = find: