dinoboff / github-tools

Helpers for hosting python projects on GitHub
http://dinoboff.github.com/github-tools/
BSD 2-Clause "Simplified" License
87 stars 6 forks source link

separate the template and the paver task #15

Closed dinoboff closed 14 years ago

dinoboff commented 14 years ago

You don't want paster template and its dependencies to manage a project.

Once the a new project is created you might not want to install paster and all its dependencies in to its virtual environment when you only need paver and some extra github specific tasks.

dinoboff commented 14 years ago

fixed in 0.2b3. Paver-template is an optional requirement.