From 693646fd5132e3f828ca9f13916ed09f81ac0d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Tue, 25 Jul 2023 08:55:00 +0200 Subject: [PATCH] license fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa19b8d..3c710eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "scgenerator" -version = "0.3.4" +version = "0.3.5" description = "Simulate nonlinear pulse propagation in optical fibers" readme = "README.md" authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }] -license = {text = "MIT"} +license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: MIT", "Programming Language :: Python :: 3",