Skip to content

Commit 337f73f

Browse files
authored
Update license info in pyproject.toml (#2775)
1 parent 6dc6898 commit 337f73f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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 = '[email protected]' }]
55
classifiers = [
66
'Development Status :: 5 - Production/Stable',
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',
@@ -17,7 +16,8 @@ classifiers = [
1716
]
1817
keywords = ['sdv', 'synthetic-data', 'synhtetic-data-generation', 'timeseries', 'single-table', 'multi-table']
1918
dynamic = ['version']
20-
license = { text = 'BSL-1.1' }
19+
license = 'BUSL-1.1'
20+
license-files = ['LICENSE']
2121
requires-python = '>=3.9,<3.14'
2222
readme = 'README.md'
2323
dependencies = [
@@ -109,7 +109,6 @@ readme = ['rundoc>=0.4.3,<0.5',]
109109

110110
[tool.setuptools]
111111
include-package-data = true
112-
license-files = ['LICENSE']
113112

114113
[tool.setuptools.packages.find]
115114
include = ['sdv', 'sdv.*']

0 commit comments

Comments
 (0)