Skip to content

Commit

Permalink
add publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed May 15, 2024
1 parent 4bbfdb3 commit 18de019
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Tests| |codecov| |License: AGPL v3| |docs|
|Tests| |codecov| |docs| |License: AGPL v3|

Orthority
=========
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'orthority'
description = 'Orthorectification of drone and aerial imagery.'
description = 'Orthorectification of drone, aerial and satellite imagery.'
readme = 'README.rst'
requires-python = '>=3.8'
dependencies = [
Expand All @@ -14,8 +14,8 @@ dependencies = [
authors = [{name = 'Leftfield Geospatial'}]
license = {text = 'AGPL-3.0-or-later'}
keywords = [
'orthorectify', 'orthorectification', 'georeference', 'uav', 'drone', 'aerial', 'exif', 'xmp',
'image'
'orthorectify', 'orthorectification', 'georeference', 'uav', 'drone', 'aerial', 'satellite',
'exif', 'xmp', 'image', 'RPC',
]
classifiers = [
'Programming Language :: Python :: 3',
Expand All @@ -34,9 +34,9 @@ tests = ['pytest', 'requests', 'aiohttp']
docs = ['sphinx', 'furo', 'sphinx-click', 'sphinx-argparse', 'sphinx-copybutton']

[project.urls]
Homepage = 'https://github.com/leftfield-geospatial/simple-ortho'
Changelog = 'https://github.com/leftfield-geospatial/simple-ortho/releases'
Issues = 'https://github.com/leftfield-geospatial/simple-ortho/issues'
Homepage = 'https://github.com/leftfield-geospatial/orthority'
Changelog = 'https://github.com/leftfield-geospatial/orthority/releases'
Issues = 'https://github.com/leftfield-geospatial/orthority/issues'

[build-system]
requires = ['setuptools']
Expand Down

0 comments on commit 18de019

Please sign in to comment.