From 64dd1da7af099d6ca360ce19ac42eb7af6b0147c Mon Sep 17 00:00:00 2001 From: David Barnett Date: Fri, 16 Aug 2024 18:18:00 -0600 Subject: [PATCH] README: Add a legacy py2 warning on the py2 branch version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index facdc94..1a87b51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Hello, World ============ +WARNING: This is the legacy py2 version. See the latest version in this repo's `main` branch. + A simple program, and an example of how to structure a python project. Demonstrates a basic package file structure (using [flat layout]) and a way to define a [single package version] shared between package metadata and program runtime.