update pyproject
authorClaromes <claromes@hey.com>
Tue, 18 Jun 2024 08:36:23 +0000 (05:36 -0300)
committerClaromes <claromes@hey.com>
Tue, 18 Jun 2024 08:36:23 +0000 (05:36 -0300)
.gitignore
README.md
pyproject.toml

index 5df8b238ca1d3117ce795d5e759443445727d844..96edbee70226de059afb001a4d1d1438f996ad71 100644 (file)
@@ -9,4 +9,3 @@ waybacktweets/exceptions/__pycache__
 waybacktweets/utils/__pycache__
 
 docs/_build/
-notes.md
index bcdb41e64395f1b0a9ef822eeb0d2742f1e98664..96fe6c061ba57d310eb5349043603954c830ba32 100644 (file)
--- 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.
 
index 42698545f33e39ccf5900b35057af3a43ad797f7..dfc3e15350cb0bb44e9100dace4f78a22052fe35 100644 (file)
@@ -26,6 +26,7 @@ classifiers = [
     "Topic :: Software Development",
     "Topic :: Utilities",
 ]
+exclude = ["app/**", "assets/**", "docs/**", ".streamlit/**"]
 
 [tool.poetry.urls]
 "Documentation" = "https://claromes.github.io/waybacktweets/"