Skip to content

Commit

Permalink
fix links in readme, pyproject (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcla490 authored Mar 9, 2023
1 parent 87f6671 commit 3f50cbd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Python Version](https://img.shields.io/pypi/pyversions/landfire)][python version]
[![License](https://img.shields.io/pypi/l/landfire)][license]

[![Read the documentation at https://landfire.readthedocs.io/](https://img.shields.io/readthedocs/landfire/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/FireSci/landfire/workflows/tests/badge.svg)][tests]
[![Read the documentation at https://landfire-python.readthedocs.io/](https://img.shields.io/readthedocs/landfire-python/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/FireSci/landfire-python/workflows/tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/FireSci/landfire-python/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
Expand All @@ -15,8 +15,8 @@
[pypi_]: https://pypi.org/project/landfire/
[status]: https://pypi.org/project/landfire/
[python version]: https://pypi.org/project/landfire
[read the docs]: https://landfire.readthedocs.io/
[tests]: https://github.com/FireSci/landfire/actions?workflow=Tests
[read the docs]: https://landfire-python.readthedocs.io/
[tests]: https://github.com/FireSci/landfire-python/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/FireSci/landfire-python
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
Expand Down Expand Up @@ -56,11 +56,11 @@ If you encounter any problems,
please [file an issue] along with a detailed description.

[pypi]: https://pypi.org/
[file an issue]: https://github.com/FireSci/landfire/issues
[file an issue]: https://github.com/FireSci/landfire-python/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/FireSci/landfire/blob/main/LICENSE
[contributor guide]: https://github.com/FireSci/landfire/blob/main/CONTRIBUTING.md
[command-line reference]: https://landfire.readthedocs.io/en/latest/usage.html
[license]: https://github.com/FireSci/landfire-python/blob/main/LICENSE
[contributor guide]: https://github.com/FireSci/landfire-python/blob/main/CONTRIBUTING.md
[command-line reference]: https://landfire-python.readthedocs.io/en/latest/usage.html
18 changes: 11 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
[tool.poetry]
name = "landfire"
version = "0.2.0"
version = "0.2.1"
description = "Landfire"
authors = ["FireSci <support@firesci.io>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/FireSci/landfire"
repository = "https://github.com/FireSci/landfire"
documentation = "https://landfire.readthedocs.io"
classifiers = ["Development Status :: 2 - Pre-Alpha"]

homepage = "https://github.com/FireSci/landfire-python"
repository = "https://github.com/FireSci/landfire-python"
documentation = "https://landfire-python.readthedocs.io"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Typing :: Typed",
]
[tool.poetry.urls]
Changelog = "https://github.com/FireSci/landfire/releases"
Changelog = "https://github.com/FireSci/landfire-python/releases"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand Down
2 changes: 1 addition & 1 deletion src/landfire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from landfire.product.search import ProductSearch


__version__ = "0.2.0"
__version__ = "0.2.1"
__all__ = ["landfire"]

# URLs for making requests to LANDFIRE ArcGIS Rest Service
Expand Down

0 comments on commit 3f50cbd

Please sign in to comment.