Commit Graph

32 Commits

Author SHA1 Message Date
Simon Conseil
e7f9f91636 Replace argh with click. 2014-08-25 00:41:58 +02:00
Simon Conseil
257ee4707e Use plain css to simplify theme customizing.
Remove the dependency on ruby/sass, only cssmin is required to minify css files
(and it can be installed with pip).
2014-08-24 22:32:39 +02:00
Simon Conseil
3f7e268523 Add blinker to the dependencies. 2014-06-07 22:33:39 +02:00
Simon Conseil
8210495e59 Bump 0.7.0 2014-05-10 23:02:49 +02:00
Simon Conseil
e7f5861b75 Remove clint dependency. 2013-12-16 22:45:25 +01:00
Simon Conseil
3398d5f43a Remove the possibility to use PIL. 2013-11-09 00:39:58 +01:00
Simon Conseil
21c4041f3b py3 compat: print, iteritems, imports 2013-09-28 23:33:35 +02:00
Simon Conseil
84edf322a1 Add the changelog to pypi description. 2013-08-19 00:45:58 +02:00
Matthias Vogelgesang
4c233b692b PEP8ify 2013-08-03 15:51:04 +02:00
Simon Conseil
15692e9f94 Avoid to install the tests directory.
- with find_packages, the tests directory was installed as an independent
  package
- replace nose with pytest
2013-04-29 22:37:39 +02:00
Simon
933bf01dab Use save_image from pilkit to avoid reinventing the wheel. 2013-04-21 00:44:45 +02:00
Simon
75c6742698 Group package meta in a module to have version/author/url in only one file. 2013-03-14 22:54:08 +01:00
Simon
269fc94f1d Version 0.3.1 2013-03-11 22:40:55 +01:00
Simon
a12a7d5960 Version 0.3 2013-03-04 00:17:11 +01:00
Simon
4906dcf2c9 Move the current cli options to a 'build' subcommand. Use argh ! 2013-02-23 16:26:35 +01:00
Simon
2c88a3e6c0 Use Pillow if PIL is not found.
Try to fix the travis build error by replacing the PIL dependency.  And remove
the system pyexiv2 for travis as it is not used in the virtualenv.
2013-02-15 18:17:08 +01:00
Simon
06bdbec6d4 Version 0.2 2012-12-20 00:31:55 +01:00
Simon
b2c93bbb2a Imprting __version__ was not a good idea. 2012-12-10 00:30:31 +01:00
Simon
5acbef0364 Improve setup.py and add the test command. 2012-12-10 00:18:07 +01:00
Simon
d92bb4ab22 update setup and MANIFEST 2012-11-09 12:21:18 +01:00
Simon
071f8fb412 use clint progress bar 2012-09-15 00:41:54 +02:00
Simon
3cf7df4dc4 setup.py:
- remove docutils dependancy
- use PIL instead of Pillow (though keep Pillow in the requirements file as PIL
  will fail to install correctly with pip)
2012-08-30 00:06:26 +02:00
Simon
bd77c87ad5 update README, requirements and setup.py to add the markdown description file. 2012-08-26 00:30:05 +02:00
Simon
480335921e change the licence to MIT 2012-08-26 00:29:57 +02:00
Simon
926b1bbcd8 use Pillow instead of PIL 2012-07-14 14:14:21 +02:00
Simon
8349fe6025 setup.py - add classifiers 2012-05-23 00:11:48 +02:00
Simon
e7336a4784 importing sigal in setup has a drawback: If the package requires a dependency
before the dependency is installed the setup.py script will fail. Back to manual
version number.
2012-05-13 23:54:06 +02:00
Simon
e1826d0f1f read the version from __init__.py + update the licence version 2012-05-13 23:38:38 +02:00
Simon
fdd4170f94 use entry_points for the main script 2012-05-13 23:28:19 +02:00
Simon
74826df02c README 2012-05-13 22:37:28 +02:00
Simon
588645ff5f update setup.py, MANIFEST, LICENSE and gitignore 2012-05-13 16:15:23 +02:00
Simon
ee335f0e52 add distutils setup 2011-05-13 17:39:18 +02:00