Skip to content

Commit

Permalink
Add some more useful comments to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Feb 15, 2024
1 parent 8bda856 commit 1290690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1290690

Please sign in to comment.