Skip to content
Snippets Groups Projects
Select Git revision
  • 779a8dd7abaae66610f816131830b00b508b82b7
  • main default protected
  • develop
  • 1.0.0
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
8 results

pyproject.toml

Blame
  • pyproject.toml 551 B
    [project]
    name = "captdevicecontrol"
    version = "0.0.1"
    authors = [
      { name="Christoph Schmidt", email="cschmidt.fs@gmail.com" },
    ]
    description = "A UI for controlling the Analog Discovery Series"
    readme = "README.md"
    requires-python = ">=3.7"
    dependencies = [
        'pyside6', 'rich', 'pyyaml'
    ]
    classifiers = [
        "Programming Language :: Python :: 3",
        "License :: OSI Approved :: GNU General Public License v3.0",
        "Operating System :: OS Independent",
    ]
    
    [project.urls]
    "Homepage" = "https://gitlab.tugraz.at/flexsensor-public/confighandler"