9 lines
229 B
Python
9 lines
229 B
Python
from retrobuilder.model import ProfileSpec
|
|
|
|
PROFILE = ProfileSpec(
|
|
base='sample-base',
|
|
features=('sample-feature',),
|
|
edition='Demo',
|
|
description='Demonstration profile for the RetroDebian builder V2 skeleton.',
|
|
)
|