File: Makefile

package info (click to toggle)
python-json-log-formatter 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 476; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
6
test:
	tox

pypi:
	python setup.py sdist
	python -m twine upload dist/*