diff --git a/README.md b/README.md index 9dd4773..3f3a52e 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,3 @@ pretend it doesn't. The precision of today's estimate and the smoothness of the chart make the estimate look ridiculously trustworthy. This scraper captures the bouncing, which gives you a good idea how much to trust the current value (probably good to 10-20% at most). - -## Caveats - - - The Zillow scraper doesn't work if the house is on the market. The page - layout changes and I can't figure out the xpath. PRs welcome. diff --git a/setup.cfg b/setup.cfg index dfd0475..f51d933 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = real-estate-scrape -version = 0.1.4 +version = 0.1.5 description = Get the estimated value of a property from Redfin and Zillow long_description = file: README.md long_description_content_type = text/markdown