diff options
author | JJ <nicetry@noemail.com> | 2025-03-20 14:11:14 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-20 14:11:14 +0000 |
commit | 670635562388a4a00fa9f45f28b37301c76d976f (patch) | |
tree | 91ac8942bc9a180f458208abf7e2a3a653b25339 /pyproject.toml | |
parent | 1540bc6da31beeed4f4a2c1c97e100c9d8fd9984 (diff) |
readme
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6ecf7d1..c1d9ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tube-stat" -version = "0.1.0" +version = "0.1.2" description = "" authors = [ {name = "JJ",email = "nicetry@noemail.com"} @@ -12,11 +12,8 @@ dependencies = [ "requests (>=2.32.3,<3.0.0)" ] -[tool.poetry] -packages = [{include = "tube_stat", from = "src"}] - [tool.poetry.scripts] -tubestat = "src.tube_stat.cli:cli" +tubestat = "tube_stat.cli:cli" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] |