Update pyproject.toml
This commit is contained in:
parent
00ea804c35
commit
2392531ec7
@ -20,6 +20,11 @@ dependencies = [
|
|||||||
"frozendict",
|
"frozendict",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Because this is a mixed rust/python project the structure is src/python/qubed rather than the more typical src/qubed
|
||||||
|
# Since this is slightly non-standard so we have to explicitly tell setuptools the python source is there.
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["src/python"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
qubed = "qubed.__main__:main"
|
qubed = "qubed.__main__:main"
|
||||||
|
|
||||||
@ -40,7 +45,9 @@ docs = [
|
|||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-rtd-theme",
|
"sphinx-rtd-theme",
|
||||||
"myst_nb",
|
"myst_nb",
|
||||||
"sphinx-autobuild"
|
"sphinx-autobuild",
|
||||||
|
"jupyterlab",
|
||||||
|
"ipykernel",
|
||||||
]
|
]
|
||||||
|
|
||||||
dev = [
|
dev = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user