File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ urllib3 = ["urllib3>=1.26"]
67
67
validation = [" jsonschema~=4.18" ]
68
68
69
69
[project .urls ]
70
- homepage = " https://github.com/stac-utils/pystac"
71
- documentation = " https://pystac.readthedocs.io"
72
- repository = " https://github.com/stac-utils/pystac.git"
73
- changelog = " https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md"
74
- discussions = " https://github.com/radiantearth/stac-spec/discussions/categories/stac-software"
70
+ Homepage = " https://github.com/stac-utils/pystac"
71
+ Documentation = " https://pystac.readthedocs.io"
72
+ Repository = " https://github.com/stac-utils/pystac.git"
73
+ Changelog = " https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md"
74
+ Discussions = " https://github.com/radiantearth/stac-spec/discussions/categories/stac-software"
75
75
76
76
[tool .setuptools .packages .find ]
77
77
include = [" pystac*" ]
@@ -85,9 +85,7 @@ line-length = 88
85
85
select = [" E" , " F" , " I" ]
86
86
87
87
[tool .pytest .ini_options ]
88
- filterwarnings = [
89
- " error" ,
90
- ]
88
+ filterwarnings = [" error" ]
91
89
92
90
[build-system ]
93
91
requires = [" setuptools>=61.0" ]
You can’t perform that action at this time.
0 commit comments