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 a64efab commit 5927c82Copy full SHA for 5927c82
pyproject.toml
@@ -17,10 +17,10 @@ classifiers = [
17
"Operating System :: OS Independent",
18
]
19
requires-python = ">=3.12"
20
-dependencies = {file = ["requirements.txt"]}
21
22
[tool.setuptools.dynamic]
23
-version = {attr = "local_notebooklm.version.__version__"} # Adjust this path to match your actual module structure
+version = {attr = "local_notebooklm.version.__version__"}
+dependencies = {file = ["requirements.txt"]}
24
25
[project.urls]
26
"Homepage" = "https://github.com/Goekdeniz-Guelmez//Local-NotebookLM"
0 commit comments