added synced parameters

This commit is contained in:
Benoît Sierro
2023-10-18 08:52:31 +02:00
parent 0e1eb502a4
commit c153ef3af9
3 changed files with 261 additions and 199 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "scgenerator"
version = "0.3.20"
version = "0.3.21"
description = "Simulate nonlinear pulse propagation in optical fibers"
readme = "README.md"
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
@@ -25,6 +25,10 @@ dependencies = [
"pydantic-settings",
]
[project.optional-dependencies]
cli = ["click"]
test = ["pytest"]
[tool.ruff]
line-length = 100
ignore = ["E741"]