fixed metadata
This commit is contained in:
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "scgenerator"
|
name = "scgenerator"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
description = "Simulate nonlinear pulse propagation in optical fibers"
|
description = "Simulate nonlinear pulse propagation in optical fibers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
|
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
|
||||||
license = { file = "LICENS" }
|
license = { file = "LICENSE" }
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: MIT",
|
"License :: OSI Approved :: MIT",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
@@ -20,8 +20,8 @@ dependencies = [
|
|||||||
"scipy >= 1.9.0",
|
"scipy >= 1.9.0",
|
||||||
"matplotlib >= 3.5.0",
|
"matplotlib >= 3.5.0",
|
||||||
"tomli",
|
"tomli",
|
||||||
|
"tomli_w",
|
||||||
"numba",
|
"numba",
|
||||||
"pydantic",
|
|
||||||
"tqdm",
|
"tqdm",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ from scgenerator.math import abs2, argclosest, normalized, span, tspace, wspace
|
|||||||
from scgenerator.parameter import Parameters
|
from scgenerator.parameter import Parameters
|
||||||
from scgenerator.physics import fiber, materials, plasma, pulse, units
|
from scgenerator.physics import fiber, materials, plasma, pulse, units
|
||||||
from scgenerator.physics.units import PlotRange
|
from scgenerator.physics.units import PlotRange
|
||||||
from scgenerator.solver import integrate, solve43
|
from scgenerator.solver import integrate, solve43, SimulationResult
|
||||||
|
|||||||
Reference in New Issue
Block a user