Skip to content

Commit 17ade5d

Browse files
Add trove classifiers
1 parent a705104 commit 17ade5d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ build-backend = "maturin"
44

55
[project]
66
name = "egg-smol"
7+
description = "e-graphs in Python built around the the egg-smol rust library"
8+
readme = "README.md"
9+
license = { text = "MIT" }
710
requires-python = ">=3.7"
811
classifiers = [
12+
"Environment :: MacOS X",
13+
"Environment :: Win32 (MS Windows)",
14+
"Intended Audience :: Developers",
15+
"License :: OSI Approved :: MIT License",
16+
"Natural Language :: English",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.7",
19+
"Programming Language :: Python :: 3.8",
20+
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
922
"Programming Language :: Rust",
1023
"Programming Language :: Python :: Implementation :: CPython",
1124
"Programming Language :: Python :: Implementation :: PyPy",
25+
"Topic :: Software Development :: Compilers",
26+
"Topic :: Software Development :: Interpreters",
27+
"Typing :: Typed",
1228
]
1329

1430
[project.optional-dependencies]

0 commit comments

Comments
 (0)