Skip to content

Commit

Permalink
Update pyproject.toml with pypi metadata (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
qguyk authored Aug 2, 2021
1 parent 4d0f013 commit 4f3c4a9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
[tool.poetry]
name = "qualang-tools"
version = "0.1.0"
description = ""
authors = ["gal <[email protected]>"]
version = "v0.0.0"
description = "The qualang_tools package includes tools for writing QUA programs in Python."
authors = [
"QM <[email protected]>",
]
packages = [
{ include = "qualang_tools" }
]
include = [
]
exclude = [
"**/tests/**",
]
readme = "README.md"
homepage = "https://github.com/qua-platform/py-qua-tools"

[tool.poetry.dependencies]
python = "^3.7.1"
Expand Down

0 comments on commit 4f3c4a9

Please sign in to comment.