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" 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",