Skip to content
Snippets Groups Projects
Commit 17d9b68d authored by payno's avatar payno
Browse files

Merge branch 'namespace_package' into 'main'

setuptools needs to know orangecontrib is a namespace package

See merge request !107
parents fc765cc3 25815fdf
No related branches found
No related tags found
1 merge request!107setuptools needs to know orangecontrib is a namespace package
Pipeline #87684 failed
include:
- remote: https://gitlab.esrf.fr/workflow/ewoks/ewoks/raw/main/.gitlab-ci-template.yml
- remote: https://gitlab.esrf.fr/workflow/ewoks/ewoksci/raw/main/.gitlab-ci-template.yml
flake8_nb:
extends: .flake8_nb
......
......@@ -3,7 +3,7 @@ from pathlib import Path
from est import resources
RESOURCE_ROOT = Path(__file__).absolute().parent.parent / "est" / "resources"
RESOURCE_ROOT = Path(__file__).resolve().parent.parent / "est" / "resources"
def download(url: str, filename: Path):
......
......@@ -29,6 +29,8 @@ install_requires =
silx>=0.15
Pint
ewoks[orange]>=0.1.0rc
namespace_packages =
orangecontrib
[options.packages.find]
where=src
......@@ -58,19 +60,19 @@ full =
%(larch)s
%(orange)s
test =
pytest
pytest >=7
testbook
ipykernel
dev =
%(test)s
black
flake8
flake8_nb
black >=22
flake8 >=4
flake8_nb >= 0.3.1
pillow
doc =
%(test)s
%(full)s
sphinx
sphinx >=4.5
ipykernel
nbsphinx
nbsphinx_link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment