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 607565f commit a20bdc9Copy full SHA for a20bdc9
setup.py
@@ -0,0 +1,9 @@
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
+)
0 commit comments