From 1290690af71dd84939d2baee4898d7c762a688b7 Mon Sep 17 00:00:00 2001 From: Matthew Carbone Date: Thu, 15 Feb 2024 14:16:00 -0500 Subject: [PATCH] Add some more useful comments to __init__ --- gpax/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpax/__init__.py b/gpax/__init__.py index dd1e792..7a7c304 100644 --- a/gpax/__init__.py +++ b/gpax/__init__.py @@ -29,13 +29,14 @@ ] # DO NOT CHANGE BELOW --------------------------------------------------------- +# ALSO DO NOT CALL __version__ ANYWHERE ABOVE THIS # This is replaced at build time automatically during deployment and # installation. Replacing anything will mess that up and crash the entire # build. __version__ = ... # semantic-version-placeholder # DO NOT CHANGE ABOVE --------------------------------------------------------- -# Useful for local development +# Silly hack. Useful for local development if __version__ == ...: try: from dunamai import Version