fixed metadata

This commit is contained in:
Benoît Sierro
2023-07-24 17:13:17 +02:00
parent 8e639a25c7
commit 0c036576d0
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ version = "0.3.4"
description = "Simulate nonlinear pulse propagation in optical fibers"
readme = "README.md"
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
license = { file = "LICENSE" }
license = {text = "MIT"}
classifiers = [
"License :: OSI Approved :: MIT",
"Programming Language :: Python :: 3",
@@ -16,9 +16,9 @@ classifiers = [
requires-python = ">=3.10"
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
dependencies = [
"numpy >= 1.23",
"scipy >= 1.9.0",
"matplotlib >= 3.5.0",
"numpy",
"scipy",
"matplotlib",
"tomli",
"tomli_w",
"numba",