Remove unsed DISTRIBUTIONS variable

This commit is contained in:
Benjamin Renard 2022-12-13 21:19:57 +01:00
parent ce4d6a65e3
commit 51511e9746

View file

@ -47,7 +47,6 @@ PREFIX = from_env('PREFIX', '.')
REPO_COMPONENT = from_env('REPO_COMPONENT', 'main')
INPUT_PATH = from_env('PATH', 'dist')
SOURCE_NAME = from_env('SOURCE_PACKAGE_NAME', None)
DISTRIBUTIONS = []
# List changes files
changes_files_regex = (