Skip to content

Commit fef5c1a

Browse files
committed
Update classifiers in pyproject.toml
1 parent 9c6bd1d commit fef5c1a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ license = "MIT"
66
description = "Lanczos diagonalization library: Python interface with C++ implementation"
77
readme = "README.md"
88
keywords = ["Lanczos", "diagonalization", "C++", "Python"]
9+
classifiers = [
10+
"Development Status :: 5 - Production/Stable",
11+
"Intended Audience :: Developers",
12+
"Intended Audience :: Science/Research",
13+
"License :: OSI Approved :: MIT License",
14+
"Operating System :: OS Independent",
15+
"Programming Language :: C++",
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3 :: Only",
18+
]
919
dependencies = ["numpy"]
1020

1121
[project.urls]

0 commit comments

Comments
 (0)