Skip to content

Commit

Permalink
chore: update pyproject.toml with author info, additional classifiers…
Browse files Browse the repository at this point in the history
…, and project URLs
  • Loading branch information
vstirbu committed Nov 6, 2024
1 parent 6d396b8 commit c3ced12
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
name = "q8s"
version = "0.1.0"
description = "Kernel extension for executing quantum programs in simulators on q8s clusters"
authors = [{ name = "Vlad Stirbu", email = "[email protected]" }]
readme = "README.md"
license = { file = "LICENSE" }
keywords = ["jupyter", "quantum", "kernel"]
classifiers = [
"Development status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
# "stdlib-list==0.10.0",
Expand All @@ -19,7 +23,11 @@ dependencies = [
"python-dotenv==1.0.1",
"typer==0.12.3",
]
# requires-python = ">= 3.8"
requires-python = ">= 3.8"

[project.urls]
Homepage = "https://github.com/torqs-project/q8s-kernel"
Issues = "https://github.com/torqs-project/q8s-kernel/issues"

[build-system]
requires = ["setuptools >= 61.0"]
Expand Down

0 comments on commit c3ced12

Please sign in to comment.