drop egg references

This commit is contained in:
pacrob
2023-10-11 10:11:13 -06:00
committed by Paul Robinson
parent 82425694f6
commit 146a3a9b02
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ common: &common
- .tox
- ~/.cache/pip
- ~/.local
- ./eggs
key: cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
orbs:

View File

@ -17,7 +17,6 @@ clean: clean-build clean-pyc
clean-build:
rm -fr build/
rm -fr dist/
rm -fr *.egg-info
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +