update
This commit is contained in:
parent
9804ae713f
commit
c061887c82
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue