Skip to content

Commit a20bdc9

Browse files
committed
Create setup.py
1 parent 607565f commit a20bdc9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)