Skip to content

Commit 1342a29

Browse files
committed
delegate to the configuration in pyproject.toml from your setup.py
1 parent ff29b8c commit 1342a29

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
from setuptools import setup
22

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-
)
3+
setup()

0 commit comments

Comments
 (0)