Skip to content

Commit 1a2f5e0

Browse files
Update license information (#540)
1 parent d11c26c commit 1a2f5e0

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 = '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',
@@ -17,7 +16,8 @@ classifiers = [
1716
]
1817
keywords = ['machine learning', 'synthetic data generation', 'benchmark', 'generative models']
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 = [
@@ -113,7 +113,6 @@ all = [
113113

114114
[tool.setuptools]
115115
include-package-data = true
116-
license-files = ['LICENSE']
117116

118117
[tool.setuptools.packages.find]
119118
include = ['sdgym', 'sdgym.*']

0 commit comments

Comments
 (0)