mirror of
https://github.com/nqrduck/nqrduck-spectrometer-limenqr.git
synced 2024-11-05 09:10:01 +00:00
29 lines
675 B
TOML
29 lines
675 B
TOML
|
[build-system]
|
||
|
requires = ["hatchling"]
|
||
|
build-backend = "hatchling.build"
|
||
|
|
||
|
[tool.hatch.metadata]
|
||
|
allow-direct-references = true
|
||
|
|
||
|
[project]
|
||
|
name = "nqrduck-spectrometer-limenqr"
|
||
|
version = "0.0.1"
|
||
|
authors = [
|
||
|
{ name="Julia Pfitzer", email="git@jupfi.me" },
|
||
|
]
|
||
|
|
||
|
description = "A submodule for the nqrduck-spectrometer module which implements the functionality for the LimeNQR spectrometer."
|
||
|
readme = "README.md"
|
||
|
license = { file="LICENSE" }
|
||
|
requires-python = ">=3.8"
|
||
|
|
||
|
classifiers = [
|
||
|
"Programming Language :: Python :: 3",
|
||
|
"License :: OSI Approved :: MIT License",
|
||
|
"Operating System :: OS Independent",
|
||
|
]
|
||
|
|
||
|
dependencies = [
|
||
|
"nqrduck-spectrometer",
|
||
|
"pyqt5",
|
||
|
]
|