1
0
Fork 0

Makefile updated to version 0.5.0.

This commit is contained in:
Alexander Andreev 2021-05-03 02:44:37 +04:00
parent 90338073ed
commit e092c905b2
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
build: scrapthechan README.md setup.cfg
python setup.py sdist bdist_wheel
install:
python -m pip install --upgrade dist/scrapthechan-0.4.1-py3-none-any.whl --user
python -m pip install --upgrade dist/scrapthechan-0.5.0-py3-none-any.whl --user
uninstall:
# We change directory so pip uninstall will run, it'll fail otherwise.
@cd ~/