[DEV] update doc to commit on pip
This commit is contained in:
parent
bc556ee89b
commit
7a46b3c0f9
6
setup.py
6
setup.py
@ -45,5 +45,9 @@ setup(name='island',
|
||||
|
||||
#To developp: sudo ./setup.py install
|
||||
# sudo ./setup.py develop
|
||||
#TO register all in pip: ./setup.py register sdist upload
|
||||
#TO register all in pip: use external tools:
|
||||
# pip install twine
|
||||
# # create the archive
|
||||
# ./setup.py sdist
|
||||
# twine upload dist/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user