|
16 | 16 | ),
|
17 | 17 | long_description=readme,
|
18 | 18 | 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", |
22 | 22 | packages=find_packages(),
|
23 | 23 | py_modules=[splitext(basename(path))[0] for path in glob("pystac/*.py")],
|
24 | 24 | include_package_data=False,
|
| 25 | + python_requires=">=3.6", |
25 | 26 | install_requires=[
|
26 | 27 | "python-dateutil>=2.7.0",
|
27 | 28 | 'typing_extensions >= 3.7; python_version < "3.8"',
|
28 | 29 | ],
|
29 | 30 | extras_require={"validation": ["jsonschema>=3.0"], "orjson": ["orjson>=3.5"]},
|
30 | 31 | license="Apache Software License 2.0",
|
| 32 | + license_file="LICENSE", |
31 | 33 | zip_safe=False,
|
32 | 34 | keywords=["pystac", "imagery", "raster", "catalog", "STAC"],
|
33 | 35 | classifiers=[
|
|
40 | 42 | "Programming Language :: Python :: 3.7",
|
41 | 43 | "Programming Language :: Python :: 3.8",
|
42 | 44 | ],
|
| 45 | + project_urls={ |
| 46 | + "Tracker": "https://github.com/stac-utils/pystac/issues", |
| 47 | + "Documentation": "https://pystac.readthedocs.io/en/latest/", |
| 48 | + }, |
43 | 49 | test_suite="tests",
|
44 | 50 | )
|
0 commit comments