Skip to content

Commit

Permalink
chore: Add classifiers to pyproject.toml (#666)
Browse files Browse the repository at this point in the history
Closes #579
  • Loading branch information
tatiana-s authored Dec 2, 2024
1 parent fdc0526 commit ffc6180
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ maintainers = [
{ name = "TKET development team", email = "tket-support@quantinuum.com" },
]

classifiers = [
"Development Status :: 3 - Alpha",

"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Software Development :: Compilers",

"License :: OSI Approved :: Apache Software License",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3 :: Only",
]

dependencies = [
"graphviz >=0.20.1,<0.21",
"networkx >=3.2.1,<4",
Expand Down

0 comments on commit ffc6180

Please sign in to comment.