[project] name = "stock-dart-collector" version = "0.1.0" description = "DART OpenAPI collector - disclosures and financial statements" requires-python = ">=3.12" dependencies = [ "stock-common", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/stock_dart_collector"]