Skip to content
Snippets Groups Projects
Commit 2d0c7bfa authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Updated pyproject.toml file

parent 08ac54ff
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<excludeFolder url="file://$MODULE_DIR$/.venv310" />
<excludeFolder url="file://$MODULE_DIR$/.venv37" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (lasercontrol)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.7 (lasercontrol)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyNamespacePackagesService">
......
......@@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.10 (lasercontrol) (2)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (lasercontrol)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (lasercontrol)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -3,7 +3,7 @@ import sys
from PySide6.QtWidgets import QApplication
from rich.logging import RichHandler
sys.path.append('../src')
sys.path.append('./src')
import LaserControl as Laser
if __name__ == "__main__":
......
[project]
name = "lasercontrol"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Christoph Schmidt", email="cschmidt.fs@gmail.com" },
]
......@@ -11,10 +11,10 @@ dependencies = [
'PySide6',
'rich',
'pyyaml',
'captdevicecontrol@git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop',
'fswidgets@git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop',
'confighandler@git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop',
'cmp@git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@develop'
'captdevicecontrol@git+https://github.com/agentsmith29/fs.captdevicecontrol@develop',
'fswidgets@git+https://github.com/agentsmith29/fstools.fswidgets@develop',
'confighandler@git+https://github.com/agentsmith29/fstools.confighandler@develop',
'cmp@git+https://github.com/agentsmith29/fstools.cmp@develop'
]
classifiers = [
"Programming Language :: Python :: 3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment