Skip to content

Commit

Permalink
setup: remove current GUI (adbar#713)
Browse files Browse the repository at this point in the history
* setup: deprecate current GUI

* adapt coverage config
  • Loading branch information
adbar authored Oct 7, 2024
1 parent 99d3573 commit 933ed32
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 74 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source = trafilatura
omit =
tests/*
setup.py
trafilatura/gui.py

[report]
exclude_lines =
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ search engine optimization, and information security).

- Optional add-ons:
- Language detection on extracted content
- Graphical user interface (GUI)
- Speed optimizations

- Actively maintained with support from the open-source community:
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Features
- HTML, XML and `XML-TEI <https://tei-c.org/>`_
- Optional add-ons:
- Language detection on extracted content
- Graphical user interface (GUI)
- Speed optimizations
- Actively maintained with support from the open-source community:
- Regular updates, feature additions, and optimizations
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def get_long_description():
"urllib3[socks]",
"zstandard >= 0.20.0",
],
"gui": [
"Gooey >= 1.0.1",
],
}

setup(
Expand Down Expand Up @@ -120,7 +117,6 @@ def get_long_description():
entry_points={
"console_scripts": [
"trafilatura=trafilatura.cli:main",
"trafilatura_gui=trafilatura.gui:main",
],
},
# platforms='any',
Expand Down
67 changes: 0 additions & 67 deletions trafilatura/gui.py

This file was deleted.

0 comments on commit 933ed32

Please sign in to comment.