Skip to content

Commit

Permalink
fix/add build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed May 29, 2024
1 parent cb8c91d commit 7655039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include requirements.txt
include ocrd-tool.json
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ help:
@echo " deps-ubuntu Install required packages for Debian/Ubuntu"
@echo " install Install"
@echo " install-dev Install in editable mode"
@echo " build Build source and binary distribution"
@echo " docker Build Docker image"
@echo " test Run test"
@echo " repo/assets Clone OCR-D/assets to ./repo/assets"
Expand Down Expand Up @@ -54,6 +55,10 @@ install:
install-dev:
$(PIP) install -e .

build:
$(PIP) install build
$(PYTHON) -m build .

# Build docker image
docker:
docker build \
Expand Down

0 comments on commit 7655039

Please sign in to comment.