You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
390 B
11 lines
390 B
build: piggybank/* setup.cfg README.md |
|
python setup.py sdist bdist_wheel |
|
install: |
|
python -m pip install --upgrade dist/piggybank-1.0.0-py3-none-any.whl --user |
|
uninstall: |
|
# We change directory so pip uninstall will run, it'll fail otherwise. |
|
@cd ~/ |
|
python -m pip uninstall piggybank |
|
clean: |
|
rm -rf __pycache__ piggybank/__pycache__ piggybank/cli/__pycache__ \ |
|
build piggybank.egg-info
|