Commit Graph

45 Commits

Author SHA1 Message Date
Simon Conseil
b84c0c968c Fix tests_require option 2018-09-16 22:38:35 +02:00
Simon Conseil
af68273338 Update installation instructions and optional dependencies 2018-09-05 09:35:43 +02:00
Simon Conseil
23cc8a994b Remove encoding specification 2018-08-27 00:15:17 +02:00
Simon Conseil
e33c4e3b06 Update classifiers and README about Python 3 2018-07-02 00:05:05 +02:00
Simon Conseil
cf3bd4bf6d Use python_requires and raise an error if an older Python is used 2018-03-07 00:48:52 +01:00
Simon Conseil
2d9a2e735e Remove old compatibility code for Pillow 3.0 2018-03-05 00:57:49 +01:00
Simon Conseil
9d439a8677 Remove cssmin mentions as it is no more used 2018-02-19 23:32:47 +01:00
Simon Conseil
e6c1f3a7e4 Add Python 3.6 to the classifiers and remove 3.3 2017-01-07 17:37:52 +01:00
Simon Conseil
894f7d6522 Bump version 1.1.0 2016-04-24 23:05:23 +02:00
Simon Conseil
ca408015e7 Add keywords 2016-01-30 23:49:51 +01:00
Simon Conseil
aa3a00b105 Prepare next version 2015-09-07 22:51:08 +02:00
Simon Conseil
e676d35a4d Add boto dependency for the S3 plugin. 2014-11-09 00:03:41 +01:00
Simon Conseil
90876fbdc8 Include plugins in the distributed package (ref #117). 2014-10-08 00:05:30 +02:00
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