diff --git a/.dockerignore b/.dockerignore index 1a9a75db..28a563ae 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,4 @@ !pdm.lock !entrypoint.sh !README.md -!LICENSE.md +!LICENSE diff --git a/README.md b/README.md index 9c286f8a..2a2175cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,48 @@ -# OSM Fieldwork Project - -🕮 [Documentation](https://hotosm.github.io/osm-fieldwork/) +# OSM Fieldwork + +
+ +
++ Processing field data from OpenDataKit to OpenStreetMap format, and other field utils. +
+ + +--- + +🕮 **Documentation**: https://hotosm.github.io/osm-fieldwork/ + +**Source Code**: https://github.com/hotosm/osm-fieldwork + +--- + +![PyPi](https://img.shields.io/pypi/v/osm-fieldwork?label=pypi%20package) +![PyPI - Downloads](https://img.shields.io/pypi/dm/osm-fieldwork) Osm-Fieldwork is a project for processing data collection using OpenDataKit into OpenStreetMap format. It includes several utility diff --git a/mkdocs.yml b/mkdocs.yml index 4fa1a508..646c4eba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,7 +68,7 @@ nav: - FAQ: about/FAQ.md - Changelog: CHANGELOG.md - Code of Conduct: Code-of-Conduct.md - - License: LICENSE.md + - License: LICENSE - User Manual: about/user-manual.md - Core Program Usage: - ODK Client: about/odk_client.md diff --git a/pyproject.toml b/pyproject.toml index 91b03ca7..f1c88aee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ version_files = [ version = {from = "osm_fieldwork/__version__.py"} [tool.pdm.build] includes = ["osm_fieldwork"] -source-includes = ["tests", "LICENSE.md", "README.md"] +source-includes = ["tests", "LICENSE", "README.md"] excludes = ["osm_fieldwork/*.db", "osm_fieldwork/*.sql"] [tool.pdm.dev-dependencies] dev = [