Skip to content

Commit

Permalink
Merge pull request #24 from geospatial-jeff/release-0.0.1
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
geospatial-jeff authored May 26, 2020
2 parents 06f2068 + e1341f3 commit b95dbc6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [WIP] aiocogeo [![CircleCI](https://circleci.com/gh/geospatial-jeff/async-cog-reader/tree/master.svg?style=svg)](https://circleci.com/gh/geospatial-jeff/async-cog-reader/tree/master)
# aiocogeo [![CircleCI](https://circleci.com/gh/geospatial-jeff/async-cog-reader/tree/master.svg?style=svg)](https://circleci.com/gh/geospatial-jeff/async-cog-reader/tree/master)


## Usage
Expand Down
21 changes: 19 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
from setuptools import setup

with open("README.md") as f:
desc = f.read()

setup(
name="aiocogeo",
version="0.1",
description="Asynchronous cogeotiff reader",
long_description=desc,
long_description_content_type="text/markdown",
version="0.0.1",
author=u"Jeff Albrecht",
author_email="[email protected]",
url="https://github.com/geospatial-jeff/async-cog-reader",
url="https://github.com/geospatial-jeff/aiocogeo",
license="mit",
python_requires=">=3.7",
classifiers=[
'Intended Audience :: Developers',
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
'License :: OSI Approved :: MIT License',
],
keywords="cogeo COG",
include_package_data=True,
install_requires=[
"aioboto3",
"aiofiles",
Expand Down

0 comments on commit b95dbc6

Please sign in to comment.