This commit is contained in:
Guillaume Destuynder 2015-06-19 16:34:13 -07:00
Родитель 19d573616a
Коммит acc0e52b2a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -20,6 +20,9 @@ tests: test
test:
python ./mozdef_client.py
pypi:
python setup.py bdist sdist sdist check upload
clean:
rm -rf *pyc
rm -rf build