forked from extern/httpie-cli
003f2095d4
* Hide pretty help * Automatic release update warnings. * `httpie cli check-updates` * adapt to the new loglevel construct * Don't make the pie-colors the bold * Apply review feedback. Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
6 lines
153 B
Python
6 lines
153 B
Python
# Represents the packaging method. This file should
|
|
# be overridden by every build system we support on
|
|
# the packaging step.
|
|
|
|
BUILD_CHANNEL = 'unknown'
|