File: clean

package info (click to toggle)
mkautodoc 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 289; sh: 52; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh -ex

PROJECT=mkautodoc

find ${PROJECT} -type f -name "*.py[co]" -delete
find ${PROJECT} -type d -name __pycache__ -delete
find tests -type d -name __pycache__ -delete
rm -rf dist htmlcov .pytest_cache ${PROJECT}.egg-info