Skip to content

Commit 5927c82

Browse files
nits
1 parent a64efab commit 5927c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
requires-python = ">=3.12"
20-
dependencies = {file = ["requirements.txt"]}
2120

2221
[tool.setuptools.dynamic]
23-
version = {attr = "local_notebooklm.version.__version__"} # Adjust this path to match your actual module structure
22+
version = {attr = "local_notebooklm.version.__version__"}
23+
dependencies = {file = ["requirements.txt"]}
2424

2525
[project.urls]
2626
"Homepage" = "https://github.com/Goekdeniz-Guelmez//Local-NotebookLM"

0 commit comments

Comments
 (0)