Compare commits
1 Commits
5931a2ea79
...
nick/fix-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edb8648f78 |
@@ -1,3 +1,7 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>=68.0", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "polisher-control-host"
|
name = "polisher-control-host"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
@@ -8,6 +12,10 @@ dependencies = []
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["pytest>=8", "jsonschema>=4"]
|
dev = ["pytest>=8", "jsonschema>=4"]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["host"]
|
||||||
|
include = ["polisher_control*"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
pythonpath = ["host"]
|
pythonpath = ["host"]
|
||||||
|
|||||||
Reference in New Issue
Block a user