File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
2929Documentation
3030=============
@@ -47,6 +47,10 @@ The package contains an `example` directory with small examples on how to use
4747the library. They are mostly ports of the examples in Libosmium and
4848osmium-contrib.
4949
50+ Also check out the `Cookbook section `_ in the documentation.
51+
52+ .. _Cookbook section : https://docs.osmcode.org/pyosmium/latest/cookbooks/
53+
5054Fineprint
5155=========
5256
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "osmium"
77version = " 4.1.1"
88description = " Python bindings for libosmium, the data processing library for OSM data"
99requires-python = " >=3.8"
10-
10+ readme = " README.rst "
1111license = {text = ' BSD-2-Clause' }
1212authors = [
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 ]
4147tests = [
4248 ' pytest' ,
You can’t perform that action at this time.
0 commit comments