This commit is contained in:
Matthias Vogelgesang
2013-08-02 08:31:28 +02:00
parent e7385b9d0d
commit 4c233b692b
5 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding:utf-8 -*-
import os
from setuptools import setup, find_packages
from setuptools import setup
requires = ['argh', 'clint', 'jinja2', 'Markdown', 'pilkit']