Skip to content

Commit

Permalink
Some fixes/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed May 17, 2021
1 parent c2d4949 commit cbbe3b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.2
3.9.5
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@


.ONESHELL:
PHONY: pipenv-install tox test makemessages compilemessages bumpversion build sign check check-build check-upload upload clean coveralls release help
PHONY: install tox test makemessages compilemessages bumpversion build sign check check-build check-upload upload clean coveralls release help
TEST_PYPI_URL ?= https://test.pypi.org/legacy/
NAME ?= po2xls
EXTENSIONS ?= py,html,txt,xml
TRASH_DIRS ?= build dist *.egg-info .tox .mypy_cache __pycache__ htmlcov
TRASH_FILES ?= .coverage Pipfile.lock
TRASH_DIRS ?= build dist *.egg-info .tox .mypy_cache .pytest_cache __pycache__ htmlcov
TRASH_FILES ?= .coverage
BUILD_TYPES ?= bdist_wheel sdist
VERSION ?= `python -c "import configparser; config = configparser.ConfigParser(); config.read('setup.cfg'); print(config['metadata']['version']);"`

Expand Down

0 comments on commit cbbe3b3

Please sign in to comment.