Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Apr 16, 2023
1 parent d379fef commit 36b30d7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,19 @@ dist:
pypi_upload: dist
python -m twine upload dist/*

.PHONY: changelog
changelog:
@gitchangelog > CHANGELOG.rst


# cleaning stuff

clean:
rm -rf dist src/nervaluate.egg-info .tox .coverage coverage.xml .mypy_cache .pytest_cache

clean_venv:
rm -rf .venv

.PHONY: changelog
changelog:
@gitchangelog > CHANGELOG.rst


# code quality related measures

Expand Down

0 comments on commit 36b30d7

Please sign in to comment.