File: Makefile

package info (click to toggle)
python-anthemav 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,408; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
all:

.PHONY:	dist update
dist:
	rm -f dist/*.whl dist/*.tar.gz
	python3 setup.py sdist

release:
	twine upload dist/*.tar.gz