summaryrefslogtreecommitdiff
path: root/Makefile
blob: e9fb990793b4bb7135946cb0120da996b5f01b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
package: COPYING src/ngus/__init__.py src/ngus/__main__.py LICENSE README.md setup.py pyproject.toml setup.cfg
	python -m build

upload: dist/*
	python -m twine upload dist/*

upload-test: dist/*
	python -m twine upload --repository testpypi dist/* 

clean:
	rm -rf dist src/ngus/__pycache__ src/ngus.egg-info