Skip to content

Commit 0fc1ca4

Browse files
committed
Updates to package metadata in setup.py
1 parent 50c6ee8 commit 0fc1ca4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,20 @@
1616
),
1717
long_description=readme,
1818
long_description_content_type="text/markdown",
19-
author="Azavea",
20-
author_email="info@azavea.com",
21-
url="https://github.com/stac-utils/pystac.git",
19+
author="stac-utils",
20+
author_email="stac@radiant.earth",
21+
url="https://github.com/stac-utils/pystac",
2222
packages=find_packages(),
2323
py_modules=[splitext(basename(path))[0] for path in glob("pystac/*.py")],
2424
include_package_data=False,
25+
python_requires=">=3.6",
2526
install_requires=[
2627
"python-dateutil>=2.7.0",
2728
'typing_extensions >= 3.7; python_version < "3.8"',
2829
],
2930
extras_require={"validation": ["jsonschema>=3.0"], "orjson": ["orjson>=3.5"]},
3031
license="Apache Software License 2.0",
32+
license_file="LICENSE",
3133
zip_safe=False,
3234
keywords=["pystac", "imagery", "raster", "catalog", "STAC"],
3335
classifiers=[
@@ -40,5 +42,9 @@
4042
"Programming Language :: Python :: 3.7",
4143
"Programming Language :: Python :: 3.8",
4244
],
45+
project_urls={
46+
"Tracker": "https://github.com/stac-utils/pystac/issues",
47+
"Documentation": "https://pystac.readthedocs.io/en/latest/",
48+
},
4349
test_suite="tests",
4450
)

0 commit comments

Comments
 (0)