Skip to content

Commit

Permalink
Remove egg info directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Feb 27, 2023
1 parent c11181d commit d446a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mostlyclean:
rm -rf .coverage.*

clean: mostlyclean
rm -rf build dist wrapt.egg-info .tox
rm -rf build dist src/wrapt.egg-info .tox

test :
tox --skip-missing-interpreters

0 comments on commit d446a4f

Please sign in to comment.