mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
6 lines
146 B
Batchfile
6 lines
146 B
Batchfile
cd %~dp0\..
|
|
python setup.py clean2
|
|
python setup.py rstconv
|
|
python setup.py sdist bdist_wheel --universal
|
|
REM python setup.py sdist upload -r pypi
|