This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/Makefile

8 lines
78 B
Makefile

all: test bdist
bdist:
python3 setup.py sdist bdist_wheel
test:
pytest -q