Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cleanup api logging (DSP-1076) #46

Merged
merged 19 commits into from Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,5 +1,5 @@
include README.md
include knora/dsplib/utils/knora-schema.json
include knora/dsplib/utils/knora-schema-lists.json
include knora/knora-data-schema.xsd
include knora/dsplib/utils/knora-data-schema.xsd
include knora/icons/knora-py-logo.png
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -71,4 +71,11 @@ clean: ## cleans the project directory
help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort

.PHONY: run
run: ## create dist, inatall and run
$(MAKE) clean
$(MAKE) dist
$(MAKE) install
dsp-tools

.DEFAULT_GOAL := help