diff --git a/Dockerfile b/Dockerfile index 976ef6cf..2498e293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -111,8 +111,9 @@ RUN python scripts/dev/update_readme.py \ --source=./doc/python_library.md \ --target=./doc/generated_python_library.md \ --source-base-path=doc \ - --link-prefix=https://github.com/eLifePathways/sciencebeam-parser/blob/main -RUN uv build && \ + --link-prefix=https://github.com/elifesciences/sciencebeam-parser/blob/main +RUN ls -lR sciencebeam_parser/resources &&\ + uv build --verbose && \ ls -l dist diff --git a/pyproject.toml b/pyproject.toml index 67deea6c..54eabf15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,12 @@ explicit = true include = ["sciencebeam_parser*"] [tool.setuptools.package-data] -"sciencebeam_parser" = ["doc/*.md", "py.typed"] +"sciencebeam_parser" = [ + "doc/*.md", + "py.typed", + "sciencebeam_parser/resources/default_config/*.yml", + "sciencebeam_parser/resources/xslt/*.xsl" +] [tool.pytest-watcher] now = true