Skip to content

Commit caa4989

Browse files
committed
restore project readme and URLS in project file
Fixes #303.
1 parent 7ec0aef commit caa4989

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ development packages for these libraries. On Debian/Ubuntu do::
2424
libexpat1-dev zlib1g-dev libbz2-dev
2525

2626

27-
Python >= 3.7 is supported. Pypy is known not to work.
27+
Python >= 3.8 is supported. Pypy is known not to work.
2828

2929
Documentation
3030
=============
@@ -47,6 +47,10 @@ The package contains an `example` directory with small examples on how to use
4747
the library. They are mostly ports of the examples in Libosmium and
4848
osmium-contrib.
4949

50+
Also check out the `Cookbook section`_ in the documentation.
51+
52+
.. _Cookbook section: https://docs.osmcode.org/pyosmium/latest/cookbooks/
53+
5054
Fineprint
5155
=========
5256

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "osmium"
77
version = "4.1.1"
88
description = "Python bindings for libosmium, the data processing library for OSM data"
99
requires-python = ">=3.8"
10-
10+
readme = "README.rst"
1111
license = {text = 'BSD-2-Clause'}
1212
authors = [
1313
{name = "Sarah Hoffmann", email = "[email protected]"}
@@ -37,6 +37,12 @@ dependencies = [
3737
"requests"
3838
]
3939

40+
[project.urls]
41+
Homepage = "https://osmcode.org/pyosmium"
42+
Documentation = "https://docs.osmcode.org/pyosmium/latest/"
43+
Repository = "https://github.com/osmcode/pyosmium"
44+
Issues = "https://github.com/osmcode/pyosmium/issues"
45+
4046
[project.optional-dependencies]
4147
tests = [
4248
'pytest',

0 commit comments

Comments
 (0)