Skip to content

Commit 6451664

Browse files
committed
Fixed repository url
1 parent bee2705 commit 6451664

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Installation
1313
pip install --user pyosmkit
1414

1515
# or from github where ${TAG} is the git version tag, eg v0.6
16-
pip install --user git+https://github.com/tierpod/pyosmkit.git@${TAG}#egg=pyosmkit
16+
pip install --user git+https://github.com/tierpod/pyosm.git@${TAG}#egg=pyosmkit
1717
```
1818

1919
Developing
2020
----------
2121

2222
```bash
23-
git clone https://github.com/tierpod/pyosmkit.git && cd pyosmkit
23+
git clone https://github.com/tierpod/pyosm.git && cd pyosm
2424
make venv
2525
source ./venv/bin/activate
2626
make init-dev

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name="pyosmkit",
1111
version="0.11",
1212
description="Library for building OSM tools",
13-
url="https://github.com/tierpod/pyosmkit",
13+
url="https://github.com/tierpod/pyosm",
1414
author="Pavel Podkorytov",
1515
author_email="[email protected]",
1616
license='MIT',

0 commit comments

Comments
 (0)