[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "tap-uk-ofsted" version = "0.1.0" description = "Singer tap for UK Ofsted Management Information" requires-python = ">=3.10" dependencies = [ "singer-sdk~=0.53", "requests>=2.31", "pandas>=2.0", "odfpy>=1.4", ] [project.scripts] tap-uk-ofsted = "tap_uk_ofsted.tap:TapUKOfsted.cli"