Skip to content

Commit

Permalink
added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdoc committed Oct 21, 2024
1 parent c333ffe commit 1cedbff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dev:
pip install -e .[dev]

install:
pip install .

build: dev
python -m build


upload: build
twine upload dist/*

test:
pytest --ignore tests/test_huge_message.py

test-extended:
pytest

0 comments on commit 1cedbff

Please sign in to comment.