We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6f141 commit 64ff1c8Copy full SHA for 64ff1c8
pyproject.toml
@@ -5,7 +5,6 @@ authors = [{name = 'DataCebo, Inc.', email = '[email protected]' }]
5
classifiers = [
6
'Development Status :: 2 - Pre-Alpha',
7
'Intended Audience :: Developers',
8
- 'License :: Free for non-commercial use',
9
'Natural Language :: English',
10
'Programming Language :: Python :: 3',
11
'Programming Language :: Python :: 3.8',
@@ -18,7 +17,8 @@ classifiers = [
18
17
]
19
keywords = [ 'copulas' ]
20
dynamic = ["version"]
21
-license = { text = 'BSL-1.1' }
+license = "BUSL-1.1"
+license-files = ["LICENSE"]
22
requires-python = '>=3.8,<3.14'
23
readme = 'README.md'
24
dependencies = [
0 commit comments