Mon, 09 May 2011 15:25:14 +0100
Adding declaration of Cheetah and PIL dependences, and update both version numbers
emin | file | annotate | diff | comparison | revisions | |
setup.py | file | annotate | diff | comparison | revisions |
1.1 --- a/emin Mon May 09 15:15:59 2011 +0100 1.2 +++ b/emin Mon May 09 15:25:14 2011 +0100 1.3 @@ -17,6 +17,7 @@ 1.4 layout) --- trebles all round! 1.5 1.6 TODO: 1.7 + * Make Cheetah templating optional 1.8 * Try to import BeautifulSoup for validating/pretty-printing the output 1.9 * Add all on one page option 1.10 * Resize option 1.11 @@ -27,7 +28,7 @@ 1.12 * Allow complete rollback if any failure (or on demand?) 1.13 """ 1.14 1.15 -__version__ = "0.3.1" 1.16 +__version__ = "0.3.3" 1.17 1.18 1.19 import logging
2.1 --- a/setup.py Mon May 09 15:15:59 2011 +0100 2.2 +++ b/setup.py Mon May 09 15:25:14 2011 +0100 2.3 @@ -22,8 +22,9 @@ 2.4 2.5 ## Setup definition 2.6 setup(name = 'emin', 2.7 - version = "0.3.2", 2.8 + version = "0.3.3", 2.9 scripts = ['emin'], 2.10 + requires = ["Cheetah", "PIL"], 2.11 author = 'Andy Buckley', 2.12 author_email = 'andy@insectnation.org', 2.13 #url = 'http://www.insectnation.org/projects/emin/',