Skip to content
Snippets Groups Projects
Commit 43c349c5 authored by nimrod's avatar nimrod
Browse files

- More generic clean Fabric task.

- Bumped patch release version.
parent 59be4c0b
No related branches found
No related tags found
No related merge requests found
0.2.0
\ No newline at end of file
0.2.1
\ No newline at end of file
......@@ -14,7 +14,7 @@ def build():
@task
def clean():
'''Clean.'''
local('''rm -rf *.pyc check_mysql_slave.egg-info build dist''')
local('''rm -rf *.pyc *.egg-info build dist''')
@task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment