Skip to content

Commit 4e375ee

Browse files
committed
Remove deprecated license classifier
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
1 parent 4cd4563 commit 4e375ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [{ name = "PyWhy contributors" }]
55
description = "This package contains several methods for calculating Conditional Average Treatment Effects"
66
readme = "README.md"
77
keywords = ["treatment-effect"]
8-
license = { text = "MIT" }
8+
license = "MIT"
99
dynamic = ["version"]
1010

1111
classifiers = [
@@ -14,7 +14,6 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17-
"License :: OSI Approved :: MIT License",
1817
"Operating System :: MacOS",
1918
"Operating System :: Microsoft :: Windows",
2019
"Operating System :: POSIX :: Linux"

0 commit comments

Comments
 (0)