Skip to content

Commit 64ff1c8

Browse files
authored
Update pyproject.toml
1 parent dd6f141 commit 64ff1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 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 :: 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.8',
@@ -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.8,<3.14'
2323
readme = 'README.md'
2424
dependencies = [

0 commit comments

Comments
 (0)