# This file can contain preferences for zopeskel.
# To do so, uncomment the lines that look like:
#    variable_name = Default Value

[DEFAULT]
# Expert Mode? (What question mode would you like? (easy/expert/all)?)
expert_mode = easy

# Version (Version number for project)
version = $version

# Author (Name of author for project)
author = $author

# Author Email (Email of author for project)
author_email = $author_email

# Project URL (URL of the homepage for this project)
url = ${$url or $empty}

# Project License (Name of license for the project)
license_name = ${$license_name or $empty}

# Zip-Safe? (Can this project be used as a zipped egg? (true/false))
zip_safe = ${repr(bool($zip_safe)) or False}

# Description (One-line description of the project)
description = $description

# Keywords (List of keywords, space-separated)
keywords = $keywords

[dotdotpackage]

# Namespace Package Name (Name of outer namespace package)
namespace_package = $namespace_package

# Nested Namespace Package Name (Name of inner namespace package)
namespace_package2 = $namespace_package2

# Package Name (Name of the inner namespace package)
package = $package

