Skip to content

Commit 62b5afd

Browse files
authored
chore: Prepare for 0.1 release (#13)
1 parent 9a311f9 commit 62b5afd

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
# Changelog
12

2-
## 0.1.0 (TMB)
3+
## 0.1.0 - 2026-02-10
34

45
Initial release.

DEVELOP.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,18 @@
22

33
Issues and pull requests are more than welcome.
44

5-
**dev install**
5+
First install `uv`. Then set up with:
66

77
```bash
8-
$ git clone https://github.com/developmentseed/aiopmtiles.git
9-
$ cd aiopmtiles
10-
$ python -m pip install -e .["test","dev","aws","gcp"]
8+
git clone https://github.com/developmentseed/async-pmtiles
9+
cd async-pmtiles
10+
uv sync
1111
```
1212

13-
You can then run the tests with the following command:
13+
## Running tests
1414

1515
```sh
16-
python -m pytest --cov aiopmtiles --cov-report term-missing
17-
```
18-
19-
**pre-commit**
20-
21-
This repo is set to use `pre-commit` to run *isort*, *flake8*, *pydocstring*, *black* ("uncompromising Python code formatter") and mypy when committing new code.
22-
23-
```bash
24-
$ pre-commit install
16+
uv run pytest
2517
```
2618

2719
## Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Scientific/Engineering :: GIS",
2121
]
2222
requires-python = ">=3.11"
23-
dependencies = ["pmtiles>=3.4.1"]
23+
dependencies = ["pmtiles>=3.7.0"]
2424

2525
[project.urls]
2626
Source = "https://github.com/developmentseed/async-pmtiles"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)