From: Claromes Date: Tue, 18 Jun 2024 08:36:23 +0000 (-0300) Subject: update pyproject X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=f297a0d034940fd43ae023b55998985fcdd7ad9d;p=waybacktweets.git update pyproject --- diff --git a/.gitignore b/.gitignore index 5df8b23..96edbee 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ waybacktweets/exceptions/__pycache__ waybacktweets/utils/__pycache__ docs/_build/ -notes.md diff --git a/README.md b/README.md index bcdb41e..96fe6c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wayback Tweets -[![PyPI](https://img.shields.io/pypi/v/waybacktweets)](https://pypi.org/project/waybacktweets) [![docs](https://github.com/claromes/waybacktweets/actions/workflows/docs.yml/badge.svg)](https://github.com/claromes/waybacktweets/actions/workflows/documentation.yml) [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://waybacktweets.streamlit.app) +[![PyPI](https://img.shields.io/pypi/v/waybacktweets)](https://pypi.org/project/waybacktweets) [![docs](https://github.com/claromes/waybacktweets/actions/workflows/docs.yml/badge.svg)](https://github.com/claromes/waybacktweets/actions/workflows/docs.yml) [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://waybacktweets.streamlit.app) Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing (see [Field Options](https://claromes.github.io/waybacktweets/field_options.html)), and saves the data in CSV, JSON, and HTML formats. diff --git a/pyproject.toml b/pyproject.toml index 4269854..dfc3e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Topic :: Software Development", "Topic :: Utilities", ] +exclude = ["app/**", "assets/**", "docs/**", ".streamlit/**"] [tool.poetry.urls] "Documentation" = "https://claromes.github.io/waybacktweets/"