Skip to content

Commit 1610d6c

Browse files
committed
fix license
1 parent 4c2ab01 commit 1610d6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ classifiers = [
1717
]
1818
keywords = ['sdv', 'synthetic-data', 'synhtetic-data-generation', 'timeseries', 'single-table', 'multi-table']
1919
dynamic = ['version']
20-
license = { text = 'BSL-1.1' }
21-
requires-python = '>=3.9,<3.15'
20+
license = 'BUSL-1.1'
21+
license-files = ['LICENSE']
22+
requires-python = '>=3.9,<3.14'
2223
readme = 'README.md'
2324
dependencies = [
2425
'boto3>=1.28,<2.0.0',

0 commit comments

Comments
 (0)