- delete cli & version bump

This commit is contained in:
Zachary Hampton
2025-11-11 12:20:29 -08:00
parent c7a0d6d398
commit 2326d8cee9
2 changed files with 1 additions and 89 deletions

View File

@@ -1,14 +1,11 @@
[tool.poetry]
name = "homeharvest"
version = "0.7.3"
version = "0.8.0"
description = "Real estate scraping library"
authors = ["Zachary Hampton <zachary@bunsly.com>", "Cullen Watson <cullen@bunsly.com>"]
homepage = "https://github.com/ZacharyHampton/HomeHarvest"
readme = "README.md"
[tool.poetry.scripts]
homeharvest = "homeharvest.cli:main"
[tool.poetry.dependencies]
python = ">=3.9"
requests = "^2.32.4"