Skip to content

Commit 9f4a721

Browse files
committed
license_file -> license_files
license_file was deprecated a while ago...
1 parent 8912fde commit 9f4a721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
extras_require={"validation": ["jsonschema>=3.0"], "orjson": ["orjson>=3.5"]},
3131
license="Apache Software License 2.0",
32-
license_file="LICENSE",
32+
license_files=["LICENSE"],
3333
zip_safe=False,
3434
keywords=["pystac", "imagery", "raster", "catalog", "STAC"],
3535
classifiers=[

0 commit comments

Comments
 (0)