diff --git a/pyproject.toml b/pyproject.toml index 96d540a..f8f382b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ typer = "^0.13.1" [tool.poetry.scripts] cfpb-val = 'regtech_data_validator.cli:app' -install-polars = 'polars_chip_install:install_polars' +install-polars = 'regtech_data_validator.polars_chip_install:install_polars' # Black formatting [tool.black] diff --git a/polars_chip_install.py b/src/regtech_data_validator/polars_chip_install.py similarity index 100% rename from polars_chip_install.py rename to src/regtech_data_validator/polars_chip_install.py