Skip to content

Commit a2a897a

Browse files
shoyercopybara-github
authored andcommitted
Fix urls field in setup.py for xarray-tensorstore
PiperOrigin-RevId: 805152989
1 parent f6812d3 commit a2a897a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
extras_require={
2727
'tests': ['absl-py', 'pandas', 'pytest', 'dask'],
2828
},
29-
url={'source': 'https://github.com/google/xarray-tensorstore'},
29+
urls={'source': 'https://github.com/google/xarray-tensorstore'},
3030
py_modules=['xarray_tensorstore'],
3131
python_requires='>=3.10',
3232
)

0 commit comments

Comments
 (0)