Skip to content

Commit

Permalink
Version 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Oct 16, 2019
1 parent 9f39720 commit 8ee03da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ name = "pypi"
[dev-packages]
pytest = "*"
pytest-cov = "*"
black = "*"
pylint = "*"

[pipenv]
allow_prereleases = true
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ Tiles are output to mbtiles format in xyz tile scheme.

## Changes :

### 0.3.0

- all write-like operations for metadata and tiles are now overwrite by default

### 0.4.0

- added `list_tiles` to list tiles and `list_tiles_batch` to list tiles in batches
- added `ops` module with `extend`, `union`, `difference` functions

### 0.3.0

- all write-like operations for metadata and tiles are now overwrite by default

## Credits:

Inspired by:
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
packages=["pymbtiles"],
url="https://github.com/consbio/pymbtiles",
license="ISC",
author="Brendan Ward",
author_email="bcward@consbio.org",
author="Brendan C. Ward",
author_email="bcward@astutespruce.com",
description="MapBox Mbtiles Utilities",
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
install_requires=[],
extras_require={
'test': ['pytest', 'pytest-cov'],
},
include_package_data=True,
)

0 comments on commit 8ee03da

Please sign in to comment.