This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
python-emails/Makefile

11 lines
137 B
Makefile

clean:
find . -name '*pyc' -exec rm -f {} \;
find . -name '*py~' -exec rm -f {} \;
test:
tox
pypi:
python setup.py sdist upload