We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff29b8c commit 1342a29Copy full SHA for 1342a29
setup.py
@@ -1,9 +1,3 @@
1
from setuptools import setup
2
3
-setup(
4
- name="threads-cli",
5
- version="1.1.2",
6
- packages=["threads_cli"],
7
- install_requires=["requests", "typer", "rich", "python-dotenv"],
8
- entry_points={"console_scripts": ["threads-cli=threads_cli.cli:main"]}
9
-)
+setup()
0 commit comments