This commit is contained in:
PyYoshi 2017-04-05 12:00:46 +09:00
parent 9804ae713f
commit c061887c82

View file

@ -5,13 +5,13 @@ clean:
$(RM) -r build dist src/cchardet/__pycache__ src/cchardet/*.cpp src/cchardet/*.pyc src/cchardet/*.so src/cchardet.egg-info src/tests/__pycache__ src/tests/*.pyc
sdist:
python setup.py sdist
python setup.py sdist --formats=gztar
pip:
pip install -U pip cython tox nose chardet
twine:
twine upload dist/*.whl dist/*.tar.gz
twine upload dist/cchardet-*.whl dist/cchardet-*.tar.gz
install: clean
python setup.py install