Skip to content

Commit 08759b8

Browse files
authored
Update pyproject.toml
1 parent 163d135 commit 08759b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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',
89
'Natural Language :: English',
910
'Programming Language :: Python :: 3',
1011
'Programming Language :: Python :: 3.8',
@@ -121,6 +122,7 @@ add-ignore = ['D107', 'D407', 'D417']
121122

122123
[tool.setuptools]
123124
include-package-data = true
125+
license-files = ['LICENSE']
124126

125127
[tool.setuptools.packages.find]
126128
include = ['copulas', 'copulas.*']

0 commit comments

Comments
 (0)