Skip to content

Commit

Permalink
install/upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Nov 19, 2024
1 parent 37f6368 commit 6275c31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/pypi-template/actions/workflows/test.yaml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/pypi-template/badge/?version=latest)](https://pypi-template.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/christophevg/pypi-template/badge.svg?branch=master)](https://coveralls.io/github/christophevg/pypi-template?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.5.0-blue.svg)](https://github.com/christophevg/pypi-template)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.7.0-blue.svg)](https://github.com/christophevg/pypi-template)



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
2 changes: 1 addition & 1 deletion pypi_template/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.7.0"

import os
import datetime
Expand Down
2 changes: 1 addition & 1 deletion pypi_template/templates/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 6275c31

Please sign in to comment.