Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Apr 5, 2017
1 parent 9804ae7 commit c061887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit c061887

Please sign in to comment.