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 4cd4563 commit 4e375eeCopy full SHA for 4e375ee
pyproject.toml
@@ -5,7 +5,7 @@ authors = [{ name = "PyWhy contributors" }]
5
description = "This package contains several methods for calculating Conditional Average Treatment Effects"
6
readme = "README.md"
7
keywords = ["treatment-effect"]
8
-license = { text = "MIT" }
+license = "MIT"
9
dynamic = ["version"]
10
11
classifiers = [
@@ -14,7 +14,6 @@ classifiers = [
14
"Programming Language :: Python :: 3.11",
15
"Programming Language :: Python :: 3.12",
16
"Programming Language :: Python :: 3.13",
17
- "License :: OSI Approved :: MIT License",
18
"Operating System :: MacOS",
19
"Operating System :: Microsoft :: Windows",
20
"Operating System :: POSIX :: Linux"
0 commit comments