Updated .toml with correct name

This commit is contained in:
jupfi 2023-06-27 22:03:02 +02:00
parent 9a6f8e948a
commit 938bbe66ea
2 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[project] [project]
name = "Broadband" name = "Spectrometer"
version = "0.0.1" version = "0.0.1"
authors = [ authors = [
{ name="Julia Pfitzer", email="git@jupfi.me" }, { name="Julia Pfitzer", email="git@jupfi.me" },

View file

@ -15,5 +15,3 @@ controller_class = SpectrometerController
config = resources/spectrometer.ini config = resources/spectrometer.ini
widget_file = spectrometer_widget.py widget_file = spectrometer_widget.py
toolbox_logo = resources/toolbox_logo.png toolbox_logo = resources/toolbox_logo.png
[DEPENDENCIES]