Skip to content
Snippets Groups Projects
Commit 4ab6eb51 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix(py-vbi): fix installation of tests

parent b2e03f3e
No related branches found
No related tags found
2 merge requests!651create new experimental release,!650update spack version to v0.23.1
diff --git a/pyproject.toml b/pyproject.toml
index debc24e..2e0500b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,6 @@ path = "vbi/_version.py"
[tool.setuptools]
-packages = ["vbi"]
include-package-data = true
[tool.setuptools.package-data]
...@@ -15,6 +15,8 @@ class PyVbi(PythonPackage): ...@@ -15,6 +15,8 @@ class PyVbi(PythonPackage):
version("0.1.3", "54fa2062f44c9ec8219fae3c13c52a4bd17141b5467b982987673de0662c5255") version("0.1.3", "54fa2062f44c9ec8219fae3c13c52a4bd17141b5467b982987673de0662c5255")
version("0.1.2", "6ccfeeec718be62a480002a8370130a3e3344955186f99ecbb15b646b68210d6") version("0.1.2", "6ccfeeec718be62a480002a8370130a3e3344955186f99ecbb15b646b68210d6")
patch('fix-install.patch')
depends_on("python@3.8:", type=("build","run")) depends_on("python@3.8:", type=("build","run"))
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm", type="build") depends_on("py-setuptools-scm", type="build")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment