Split into files. No more plotapp dependency
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "dispersionapp"
|
||||
version = "0.1.0"
|
||||
description = "Model hollow capillary and revolver fiber interactively"
|
||||
authors = [{ name = "Benoît Sierro", email = "benoit.sierro@unibe.ch" }]
|
||||
|
||||
dependencies = [
|
||||
"scgenerator @ git+https://github.com/bsierro/scgenerator.git",
|
||||
"click",
|
||||
"pydantic",
|
||||
"tomli",
|
||||
"tomli_w",
|
||||
"PySide6 >= 6.4.0",
|
||||
"pyqtgraph >= 0.13.1",
|
||||
]
|
||||
|
||||
license = { file = "LICENSE" }
|
||||
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
dispersionapp = "dispersionapp.__main__:main"
|
||||
|
||||
[build-system]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["setuptools >= 65.0.0"]
|
||||
Reference in New Issue
Block a user