license fix

This commit is contained in:
Benoît Sierro
2023-07-25 08:55:00 +02:00
parent 0c036576d0
commit 693646fd51

View File

@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "scgenerator" name = "scgenerator"
version = "0.3.4" version = "0.3.5"
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 = {text = "MIT"} license = {file = "LICENSE"}
classifiers = [ classifiers = [
"License :: OSI Approved :: MIT", "License :: OSI Approved :: MIT",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",