From a707ab468df6338571aea37aa3c3219c8a58dd91 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Wed, 14 Dec 2022 23:31:01 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20DESCRIPTION.txt=E2=86=92.rst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DESCRIPTION.txt => DESCRIPTION.rst | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename DESCRIPTION.txt => DESCRIPTION.rst (100%) diff --git a/DESCRIPTION.txt b/DESCRIPTION.rst similarity index 100% rename from DESCRIPTION.txt rename to DESCRIPTION.rst diff --git a/pyproject.toml b/pyproject.toml index 35da990312..1fa27d77ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ authors = [ {name = "pymc-devs", email = "pymc.devs@gmail.com"} ] description = "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs." -readme = "DESCRIPTION.txt" +readme = "DESCRIPTION.rst" license = {file = "LICENCE.txt"} classifiers = [ "Development Status :: 6 - Mature",