Skip to content

Commit

Permalink
upgraded pypi-template
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Nov 25, 2024
1 parent 845601b commit e749bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![Build Status](https://github.com/christophevg/baseweb/actions/workflows/test.yaml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/baseweb/badge/?version=latest)](https://baseweb.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/christophevg/baseweb/badge.svg?branch=master)](https://coveralls.io/github/christophevg/baseweb?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.6.1-blue.svg)](https://github.com/christophevg/pypi-template)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.8.0-blue.svg)](https://github.com/christophevg/pypi-template)



Expand Down
1 change: 1 addition & 0 deletions .pypi-template
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ skip:
- (package_module_name)
- MANIFEST.in
- .gitignore
version: 0.8.0
your_author_name: Christophe VG
your_email_address: [email protected]
your_full_name: Christophe VG
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install: install-env-run install-env-docs install-env-test
@echo "👷‍♂️ $(BLUE)installing requirements in $(PROJECT)$(NC)"
pyenv local $(PROJECT)
pip install -U pip > /dev/null
pip install -U wheel twine > /dev/null
pip install -U wheel twine setuptools > /dev/null

install-env-run:
@echo "👷‍♂️ $(BLUE)creating virtual environment $(PROJECT)-run$(NC)"
Expand Down

0 comments on commit e749bcd

Please sign in to comment.