fixed metadata
This commit is contained in:
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "scgenerator"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
description = "Simulate nonlinear pulse propagation in optical fibers"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
|
||||
license = { file = "LICENS" }
|
||||
license = { file = "LICENSE" }
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: MIT",
|
||||
"Programming Language :: Python :: 3",
|
||||
@@ -20,8 +20,8 @@ dependencies = [
|
||||
"scipy >= 1.9.0",
|
||||
"matplotlib >= 3.5.0",
|
||||
"tomli",
|
||||
"tomli_w",
|
||||
"numba",
|
||||
"pydantic",
|
||||
"tqdm",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user