-
Notifications
You must be signed in to change notification settings - Fork 80
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
1 parent
0b0c3e9
commit 715ba62
Showing
1 changed file
with
2 additions
and
2 deletions.
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,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="geoserver-rest", | ||
version="1.0.1", | ||
version="1.0.3", | ||
author="Tek Kshetri", | ||
author_email="[email protected]", | ||
description="Package for GeoServer rest API", | ||
|
@@ -15,7 +15,7 @@ | |
long_description_content_type="text/markdown", | ||
url="https://github.com/iamtekson/geoserver-rest-python", | ||
packages=['geo'], | ||
keywords=['geoserver', 'geoserver-rest', 'python geoserver', 'geoserver api', 'api', 'rest geoserver', 'python', 'geoserver python', 'geoserver rest', 'geoserver-rest-python'], | ||
keywords=['geoserver-rest-python', 'geoserver rest', 'python geoserver', 'geoserver api', 'api', 'rest geoserver', 'python', 'geoserver python', 'geoserver rest'], | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
|