Skip to content

Commit 4f7d7a2

Browse files
authored
Merge pull request #113 from mapillary/Rubix982/Update-PyPi
[Release] Updated `setup.py` for PyPi meta data
2 parents cad0fc2 + b07f2c5 commit 4f7d7a2

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

setup.py

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323

2424
# Setup variables. Change as needed
2525
NAME = "mapillary"
26-
VERSION = "0.0.1"
27-
AUTHOR = "Christopher Beddow, Omar Ali, Saif Ul Islam"
28-
AUTHOR_EMAIL = "[email protected], [email protected], saifulislam84210@gmail.com"
26+
VERSION = "0.0.17"
27+
AUTHOR = "Christopher Beddow"
28+
AUTHOR_EMAIL = "[email protected].com"
2929
LICENSE = "MIT"
30-
PLATFORM = "any"
30+
PLATFORM = ["POSIX", "MacOS X", "Linux", "Windows"]
3131
DESCRIPTION = (
3232
"A Python 3 library built on the Mapillary API v4 to facilitate retrieving and "
3333
"working with Mapillary data"
3434
)
3535
LONG_DESCRIPTION_CONTENT_TYPE = "text/markdown"
3636
URL = "https://github.com/mapillary/mapillary-python-sdk"
37-
REQUIRES_PYTHON = ">3.0"
37+
REQUIRES_PYTHON = ">=3.0"
3838
HERE = os.path.abspath(os.path.dirname(__file__))
3939
REQUIREMENTS = [
4040
"mercantile",
@@ -50,7 +50,12 @@
5050
"Intended Audience :: Science/Research",
5151
"Topic :: Scientific/Engineering :: GIS",
5252
"Topic :: Scientific/Engineering :: Information Analysis",
53+
"Natural Language :: English",
5354
"Operating System :: OS Independent",
55+
"Operating System :: POSIX :: Linux",
56+
"Operating System :: Microsoft",
57+
"Operating System :: MacOS",
58+
"Operating System :: POSIX",
5459
"License :: OSI Approved :: MIT License",
5560
"Programming Language :: Python",
5661
"Programming Language :: Python :: 3",
@@ -61,11 +66,14 @@
6166
"Programming Language :: Python :: 3.9",
6267
]
6368
PROJECT_URLS = {
69+
"Download": "https://pypi.org/project/mapillary/#files",
70+
"Release Notes": "https://github.com/mapillary/mapillary-python-sdk/releases",
6471
"Bug Tracker": "https://github.com/mapillary/mapillary-python-sdk/issues",
65-
# "Support Email": "[email protected]",
72+
"Source": "https://github.com/mapillary/mapillary-python-sdk",
73+
"Twitter": "https://twitter.com/mapillary",
74+
"Developer Resources": "https://www.mapillary.com/developer",
6675
"Community Forum": "https://forum.mapillary.com/",
6776
"Blog": "https://blog.mapillary.com/",
68-
"Twitter": "https://twitter.com/mapillary",
6977
"Facebook": "https://www.facebook.com/mapillary/",
7078
"Website": "https://www.mapillary.com/",
7179
}

0 commit comments

Comments
 (0)