Skip to content

Commit

Permalink
Add MANIFEST, move pytket to core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Sep 28, 2023
1 parent 16b0ac0 commit 4e89fc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include *.toml
include *.txt
include Makefile
include mypy.ini
recursive-include docs *.rst
recursive-include tests *.qasm
exclude Dockerfile
exclude .docker*
exclude .pre-commit*
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [{name = "Quantinuum"}]

dependencies = []
dependencies = ["pytket"]

[project.optional-dependencies]
tests = ["pytest", "pytket"]
tests = ["pytest"]

[project.urls]
Repository = "https://github.com/CQCL/pytket-phir.git"
Expand Down

0 comments on commit 4e89fc5

Please sign in to comment.