Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Nov 27, 2022
1 parent 362a4af commit 76c7a09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ def _requires_from_file(filename):

setup(
name="tileget",
version="0.0.2",
version="0.1.0",
description="Tile download utility - easily download xyz-tile data",
author="Kanahiro Iguchi",
license="MIT",
url="https://github.com/Kanahiro/tileget",
packages=find_packages(),
install_requires=_requires_from_file('requirements.txt'),
install_requires=_requires_from_file("requirements.txt"),
entry_points={
"console_scripts": [
"tileget=tileget.__main__:main",
]
}
},
)

0 comments on commit 76c7a09

Please sign in to comment.