From 5de1f16178cabc6d28b1f8710b9153a0a590ea09 Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Mon, 1 Jul 2024 11:02:51 +0200 Subject: [PATCH] Renamed license file --- LICENSE.txt => LICENSE.md | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE.txt => LICENSE.md (100%) diff --git a/LICENSE.txt b/LICENSE.md similarity index 100% rename from LICENSE.txt rename to LICENSE.md diff --git a/pyproject.toml b/pyproject.toml index 30688ea..41387c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ maintainers = [ ] description = "A fast package to compute the Euler Characteristic Transform" readme = "README.md" -license = {file = "LICENSE.txt"} +license = {file = "LICENSE.md"} keywords = ["euler", "characteristic", "topology", "tda", "transform"] classifiers = [ "Development Status :: 4 - Beta",