0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Remove curses app, replaced by tui

This commit is contained in:
Ivan Habunek
2020-06-15 21:27:41 +02:00
parent 103bc43c26
commit 62d7855fc0
10 changed files with 3 additions and 929 deletions

View File

@@ -35,7 +35,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages=['toot', 'toot.ui', 'toot.tui'],
packages=['toot', 'toot.tui'],
python_requires=">=3.4",
install_requires=[
"requests>=2.13,<3.0",