Throw out hatch and revert to setup.py, so we can release

This commit is contained in:
squidfunk 2022-12-07 12:03:39 +01:00
parent a9049813ef
commit 20ef8f8bed

View File

@ -35,7 +35,8 @@ COPY material material
COPY package.json package.json
COPY README.md README.md
COPY requirements.txt requirements.txt
COPY pyproject.toml pyproject.toml
COPY MANIFEST.in MANIFEST.in
COPY setup.py setup.py
# Perform build and cleanup artifacts and caches
RUN \