Skip to content

Commit caa0209

Browse files
Update license information (#846)
1 parent 2fab8bd commit caa0209

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 = "MIT Data To AI Lab", email = "dailabmit@gmail.com" }]
55
classifiers = [
66
'Development Status :: 2 - Pre-Alpha',
77
'Intended Audience :: Developers',
8-
'License :: OSI Approved :: MIT License',
98
'Natural Language :: English',
109
'Programming Language :: Python :: 3',
1110
'Programming Language :: Python :: 3.9',
@@ -17,7 +16,8 @@ classifiers = [
1716
]
1817
keywords = ['sdmetrics', 'SDMetrics']
1918
dynamic = ['version']
20-
license = { text = 'MIT license' }
19+
license = 'MIT'
20+
license-files = ['LICENSE']
2121
requires-python = ">=3.9,<3.15"
2222
readme = 'README.md'
2323
dependencies = [
@@ -105,7 +105,6 @@ dev = [
105105

106106
[tool.setuptools]
107107
include-package-data = true
108-
license-files = ['LICENSE']
109108

110109
[tool.setuptools.packages.find]
111110
include = ['sdmetrics', 'sdmetrics.*']

0 commit comments

Comments
 (0)