mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-30 10:51:35 +02:00
15 lines
248 B
Text
15 lines
248 B
Text
(one-time:)
|
|
python setup.py register -r https://testpypi.python.org/pypi
|
|
|
|
rm -rf dist
|
|
|
|
python setup.py sdist
|
|
|
|
python setup.py bdist_wheel
|
|
|
|
twine upload dist/* -r pypitest
|
|
|
|
|
|
Install:
|
|
|
|
pip install --pre -i https://testpypi.python.org/pypi FanFicFare
|