fixed metadata
This commit is contained in:
@@ -8,7 +8,7 @@ version = "0.3.4"
|
|||||||
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 = "LICENSE" }
|
license = {text = "MIT"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: MIT",
|
"License :: OSI Approved :: MIT",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
@@ -16,9 +16,9 @@ classifiers = [
|
|||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
|
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy >= 1.23",
|
"numpy",
|
||||||
"scipy >= 1.9.0",
|
"scipy",
|
||||||
"matplotlib >= 3.5.0",
|
"matplotlib",
|
||||||
"tomli",
|
"tomli",
|
||||||
"tomli_w",
|
"tomli_w",
|
||||||
"numba",
|
"numba",
|
||||||
|
|||||||
Reference in New Issue
Block a user