File: Makefile

package info (click to toggle)
python-chartkick 1.0.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 300; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
lint:
	pycodestyle . --ignore=E501

publish: clean
	python3 setup.py bdist_wheel --universal
	ls dist
	# twine upload dist/*
	make clean

clean:
	rm -rf .pytest_cache build dist chartkick.egg-info