Skip to content

Commit d53de88

Browse files
committed
add keywords and classifiers
1 parent ee7a654 commit d53de88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ readme = "README.md"
1919
license = { file = "LICENSE" }
2020
authors = [{ name = "Ben Vincent", email = "[email protected]" }]
2121
requires-python = ">=3.11"
22+
keywords = ["causal inference", "statistics", "econometrics", "pymc", "bayesian"]
23+
classifiers = [
24+
"Development Status :: 4 - Beta",
25+
"Intended Audience :: Science/Research",
26+
"License :: OSI Approved :: Apache Software License",
27+
"Programming Language :: Python :: 3",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Topic :: Scientific/Engineering :: Mathematics",
32+
]
2233

2334
# This field lists other packages that your project depends on to run.
2435
# Any package you put here will be installed by pip when your project is

0 commit comments

Comments
 (0)