From 741ef14076e4d14f5bee23fc14c440a12cf70d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=A4ufer?= Date: Wed, 16 Oct 2024 12:18:43 -0400 Subject: [PATCH] symlink readme because python packaging does not like `../` --- pywellen/Readme.md | 1 + pywellen/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 pywellen/Readme.md diff --git a/pywellen/Readme.md b/pywellen/Readme.md new file mode 120000 index 0000000..cf2c5c5 --- /dev/null +++ b/pywellen/Readme.md @@ -0,0 +1 @@ +../Readme.md \ No newline at end of file diff --git a/pywellen/pyproject.toml b/pywellen/pyproject.toml index 15c7fb9..a0f0ff5 100644 --- a/pywellen/pyproject.toml +++ b/pywellen/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ dynamic = ["version"] license = "BSD-3-Clause" description = "Fast VCD, GHW and FST wavedump reading." -readme = "../Readme.md" +readme = "Readme.md" authors = [ { name = "James Connolly", email = "dogman3117@gmail.com" }, { name = "Kevin Laeufer", email = "laeufer@cornell.edu" },