Skip to content

Add environment variable formatting

Compare
Choose a tag to compare
@MHendricks MHendricks released this 12 Aug 05:27
· 155 commits to main since this release

Fix setuptools-scm pip requirements.

  • {ANYTHING!e}: !e is a special conversion flag for Environment variables. This will
    be replaced with the correct shell environment variable. For bash it becomes $ANYTHING,
    in power shell $env:ANYTHING, and in command prompt %ANYTHING%. ANYTHING is the name
    of the environment variable.
  • {;}: This is replaced with the path separator for the shell. Ie : for bash, and ;
    on windows(including bash).