[project] name = "stock-news-crawler" version = "0.1.0" description = "Naver Finance news crawler service" requires-python = ">=3.12" dependencies = [ "stock-common", "beautifulsoup4>=4.12", "lxml>=5.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/stock_news_crawler"]