@@ -4,11 +4,27 @@ build-backend = "maturin"
44
55[project ]
66name = " egg-smol"
7+ description = " e-graphs in Python built around the the egg-smol rust library"
8+ readme = " README.md"
9+ license = { text = " MIT" }
710requires-python = " >=3.7"
811classifiers = [
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