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 05ce7a7 commit ed5e904Copy full SHA for ed5e904
pyproject.toml
@@ -17,21 +17,22 @@ dependencies = [
17
"jedi",
18
"mistralai",
19
"pathspec",
20
+ "psutil",
21
"pygments",
22
"qtawesome",
23
"qtpy",
24
"ruff",
- "opensesame-extension-sigmund",
25
- "pyqt6",
26
- "qtconsole"
+ "opensesame-extension-sigmund",
+ "pyqt6",
27
+ "qtconsole"
28
]
29
keywords = ["code editor", "pyqt", "ide"]
30
31
[tool.flit.sdist]
32
exclude = ["doc-pelican", "testcases", ".github"]
33
34
[project.urls]
-Source = "https://github.com/open-cogsci/pyqt_code_editor"
35
+Source = "https://github.com/open-cogsci/sigmund-analyst"
36
37
[project.scripts]
38
sigmund-analyst = "pyqt_code_editor.app:launch_app"
0 commit comments