Skip to content

Commit

Permalink
Fix typo in pyproject.toml index entry_points
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Dec 2, 2024
1 parent bd12792 commit 4692933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ netcdf = "datacube.drivers.netcdf.driver:reader_driver_init"
[project.entry-points."datacube.plugins.io.write"]
netcdf = 'datacube.drivers.netcdf.driver:writer_driver_init'

[project.entry-points."datacube.plugins.io.index"]
[project.entry-points."datacube.plugins.index"]
postgres = 'datacube.index.postgres.index:index_driver_init'
null = 'datacube.index.null.index:index_driver_init'
memory = 'datacube.index.memory.index:index_driver_init'
Expand Down

0 comments on commit 4692933

Please sign in to comment.