From da42f47ca45c335c87fd0e28505ad3299687ecdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Mon, 20 Mar 2023 17:02:57 +0100 Subject: [PATCH] license fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89d06eb..af06840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.3.0" description = "Simulate nonlinear pulse propagation in optical fibers" readme = "README.md" authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }] -license = "MIT" +license = { file = "LICENS" } classifiers = [ "License :: OSI Approved :: MIT", "Programming Language :: Python :: 3",