Skip to content

Commit

Permalink
Add module name to pyproject using flit
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Nov 4, 2022
1 parent 68d35f8 commit bb07d50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "circuit-knitting-toolbox"
version = "0.0.1"
version = "0.0.0"
description = "A software prototype for a circuit knitting toolbox which connects user applications with runtime primitives"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down Expand Up @@ -61,3 +61,6 @@ notebook-dependencies = [
[tool.autoflake]
remove-unused-variables = true
remove-all-unused-imports = true

[tool.flit.module]
name = "circuit_knitting_toolbox"

0 comments on commit bb07d50

Please sign in to comment.