Skip to content

Commit caa2cd9

Browse files
committed
Update license information
1 parent 7ebb2bf commit caa2cd9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = [{name = 'DataCebo, Inc.', email = 'info@sdv.dev' }]
55
classifiers = [
66
'Development Status :: 2 - Pre-Alpha',
77
'Intended Audience :: Developers',
8-
'License :: Free for non-commercial use',
98
'Natural Language :: English',
109
'Programming Language :: Python :: 3',
1110
'Programming Language :: Python :: 3.9',
@@ -18,7 +17,8 @@ classifiers = [
1817
]
1918
keywords = [ 'copulas' ]
2019
dynamic = ["version"]
21-
license = { text = 'BSL-1.1' }
20+
license = 'BUSL-1.1'
21+
license-files = ['LICENSE']
2222
requires-python = '>=3.9,<3.15'
2323
readme = 'README.md'
2424
dependencies = [
@@ -123,7 +123,6 @@ add-ignore = ['D107', 'D407', 'D417']
123123

124124
[tool.setuptools]
125125
include-package-data = true
126-
license-files = ['LICENSE']
127126

128127
[tool.setuptools.packages.find]
129128
include = ['copulas', 'copulas.*']

0 commit comments

Comments
 (0)