summaryrefslogtreecommitdiff
path: root/dev/clean.sh
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-19 12:30:57 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-19 13:59:44 -0800
commit4b8bc2c9a3df539fa4493ceb27266fe1c8d36d1a (patch)
tree4a49f322f78bc3291ad9e06d4e0af61377a04109 /dev/clean.sh
parent6553121f320745c6cb31dc545ef2ef18ce437aff (diff)
downloadnatsort-4b8bc2c9a3df539fa4493ceb27266fe1c8d36d1a.tar.gz
Add clean and bump envs to tox.ini
These use re-written bump and clean auxillary scripts - these were once shell scripts but are now Python. Also, the README in dev/ has been updated.
Diffstat (limited to 'dev/clean.sh')
-rwxr-xr-xdev/clean.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev/clean.sh b/dev/clean.sh
deleted file mode 100755
index 77159bd..0000000
--- a/dev/clean.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-rm -rf build/ dist/ *.egg-info .pytest_cache/ .hypothesis/ .tox/
-find . -type d -name __pycache__ -delete
-find . -type f -name "*.pyc" -delete