-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
felix
committed
Sep 29, 2020
1 parent
58a76e3
commit f4e5ef5
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,15 @@ | |
|
||
setuptools.setup( | ||
name="placekey", | ||
version="0.0.1", | ||
version="0.0.4", | ||
author="SafeGraph Inc.", | ||
author_email="[email protected]", | ||
description="Utilities for working with Placekeys", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/Placekey/placekey-py", | ||
packages=setuptools.find_packages(), | ||
install_requires=['h3', 'shapely'], | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache Software License", | ||
|