# 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 = 1.4

# Author (Name of author for project)
author = Maik Roder

# Author Email (Email of author for project)
author_email = maikroeder@gmail.com

# Project URL (URL of the homepage for this project)
url = http://big.crg.cat/services/grape

# Project License (Name of license for the project)
license_name = gpl

# Zip-Safe? (Can this project be used as a zipped egg? (true/false))
zip_safe = False

# Description (One-line description of the project)
description = A package used in the Raisin web application

# Keywords (List of keywords, space-separated)
keywords = RNA-Seq, pipeline, ngs, transcriptome, bioinformatics, ETL

[dotpackage]

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

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

