Move the current cli options to a 'build' subcommand. Use argh !

This commit is contained in:
Simon
2013-02-21 00:36:06 +01:00
parent f646a212f9
commit 4906dcf2c9
2 changed files with 30 additions and 42 deletions

View File

@@ -1,11 +1,8 @@
# -*- coding:utf-8 -*-
import sys
from setuptools import setup, find_packages
requires = ['jinja2', 'Markdown', 'clint']
if sys.version_info < (2, 7):
requires.append('argparse')
requires = ['argh', 'clint', 'jinja2', 'Markdown']
try:
from PIL import Image, ImageOps # NOQA