clean_package.sh 137 B

12345
  1. #!/usr/bin/env bash
  2. rm -rf dist build .pytest_cache *.pytest_cache
  3. rm -rf dist build .eggs *.eggs
  4. rm -rf dist build .egg-info *.egg-info