From caa2cd9d8e599568130ee7d8be3e6e849e58295a Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Wed, 4 Feb 2026 18:31:26 +0100 Subject: [PATCH] Update license information --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef8aa8cb..99cf6b29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ authors = [{name = 'DataCebo, Inc.', email = 'info@sdv.dev' }] classifiers = [ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', - 'License :: Free for non-commercial use', 'Natural Language :: English', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.9', @@ -18,7 +17,8 @@ classifiers = [ ] keywords = [ 'copulas' ] dynamic = ["version"] -license = { text = 'BSL-1.1' } +license = 'BUSL-1.1' +license-files = ['LICENSE'] requires-python = '>=3.9,<3.15' readme = 'README.md' dependencies = [ @@ -123,7 +123,6 @@ add-ignore = ['D107', 'D407', 'D417'] [tool.setuptools] include-package-data = true -license-files = ['LICENSE'] [tool.setuptools.packages.find] include = ['copulas', 'copulas.*']