From 07b1af595d1e1c3e2873cf7f94071a79deaeef27 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 20:23:11 +0200 Subject: [PATCH] update version and tagging --- MANIFEST.in | 1 + pyproject.toml | 3 +-- setup.py | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index fa7c519..e4cf711 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,4 @@ include doc/*.rst doc/*.py include multimodal/tests/*.py include examples/*.py examples/*.txt include VERSION +include LICENSE diff --git a/pyproject.toml b/pyproject.toml index 944a5a3..bcc765d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42", "setuptools-scm", "wheel", "numpy"] +requires = ["setuptools>=61.0", "setuptools-scm", "wheel", "numpy"] build-backend = "setuptools.build_meta" [project] @@ -26,7 +26,6 @@ classifiers=[ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'License :: OSI Approved :: BSD License', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Operating System :: Microsoft :: Windows', diff --git a/setup.py b/setup.py index 2e638d4..d7da6a4 100644 --- a/setup.py +++ b/setup.py @@ -160,6 +160,8 @@ def setup_package(): # python_requires=python_requires, description=description,author=author, # classifiers=classifiers, keywords=keywords, install_requires=install_requires, setup(version=version, + license="BSD-3-Clause", + license_files="LICENSE", long_description=long_description, long_description_content_type=long_description_content_type, packages=packages, -- GitLab