From 4f064c03cf67a8bd8e0a2eec6ea6742abbe7bc54 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Thu, 8 Aug 2024 10:03:08 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f40fda..4aed80d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ maintainers = [ {name = "Am User", email = "user@amusecode.org"} ] description = "My Example AMUSE project" -readme = "README.rst" -license = {file = "LICENSE.txt"} +readme = "README.md" +license = {file = "LICENSE"} keywords = ["astronomy", "amuse"] classifiers = [ "Development Status :: 4 - Beta",