Skip to content

Commit

Permalink
Use src layout (#9)
Browse files Browse the repository at this point in the history
* moved code to src/

* update config

* fix makefile
  • Loading branch information
cehbrecht authored Dec 4, 2024
1 parent 1e575dc commit c94da5e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ clean-dist: clean
.PHONY: lint
lint: ## check style with ruff
@echo "Running code style checks ..."
@bash -c 'ruff check nandu tests'
@bash -c 'ruff check src tests'

## Test targets

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- cleo<2.2.0
- pygeoapi>=0.18.0
- flask>=2.2.5
- numpy<2
# tests
- pytest
- ruff
Expand Down
2 changes: 1 addition & 1 deletion pygeoapi-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ info:
url: https://creativecommons.org/licenses/by/4.0/
termsOfService: https://creativecommons.org/licenses/by/4.0/
title: pygeoapi default instance
version: 0.17.0
version: 0.18.0
x-keywords:
- geospatial
- data
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c94da5e

Please sign in to comment.