File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- REPO_NAME ?= $(shell echo $(wildcard src/* /__init__.py) | awk -F'/' '{print $$1 }')
17+ REPO_NAME ?= $(shell echo $(wildcard src/* /__init__.py) | awk -F'/' '{print $$2 }')
1818SHELL := /bin/bash
1919.DEFAULT_GOAL := editable
2020# postinst = $(wildcard debian/*.postinst.sh)
4747 @rm -rf * .egg* build dist * .py[oc] * /* .py[co] cover doctest_pypi.cfg \
4848 nosetests.xml pylint.log output.xml flake8.log tests.log \
4949 test-result.xml htmlcov fab.log .coverage __pycache__ \
50- * /__pycache__ deb_dist .mypy_cache
50+ * /__pycache__ deb_dist .mypy_cache .pytest_cache
5151
5252pep8 :
5353 flake8 --max-line-length=88 --extend-ignore=E203 --exit-zero $(REPO_NAME ) /* .py
Original file line number Diff line number Diff line change 1- 4.0.1
1+ 4.0.2
You can’t perform that action at this time.
0 commit comments