Krzysztof Klimonda
145767393f
Fixed small issues in the setup.py file
2013-09-26 07:14:31 +00:00
Isaac Bythewood
c510be3de4
Improved the documentation, bumped the version to 1.3.2, fixed the license in setup.py
2013-09-26 02:31:38 +00:00
Isaac Bythewood
f835018bb6
Moving to RST to be more pythonic
2013-09-25 23:50:30 +00:00
Isaac Bythewood
0a9a277065
Update setup to most recent version and packages
2013-09-25 23:21:10 +00:00
Krzysztof Klimonda
d8f67caed0
Update version to 1.1.0 in preparation for the release
2013-04-16 13:52:43 +02:00
Krzysztof Klimonda
a704cb7297
Pin factory-boy dependency on 1.3.x branch
...
Factory Boy 2.0 have removed the "extracted_key" keyword argument from
post_generation() hook. Until we can update tests to work with 2.0 make
dependency on 1.3.x branch. In turn, the update got stalled by a bug
in Factory Boy (https://github.com/rbarrois/factory_boy/issues/53 ).
2013-04-16 02:23:49 +02:00
Krzysztof Klimonda
ac364e1379
Update setup.py for 1.0 release
...
It's still not working completely (you can't run tests from it) but it's enough for installing. Fixes #18
2013-04-05 20:05:10 +02:00
Krzysztof Klimonda
98c9df7d1d
Fix TastyPie version at 0.9.12
...
TastyPie 0.9.13 doesn't install (reported upstream at
https://github.com/toastdriven/django-tastypie/issues/873 ) so use
0.9.12 for now.
2013-03-19 15:46:51 +01:00
Krzysztof Klimonda
98876bb0bd
Use requests library instead of raw urllib2
...
This commit is a foundation upon a more robust image fetching code
will be built in the future, and it already fixes at least one weird
issue I've seen.
2013-03-19 15:22:20 +01:00
Krzysztof Klimonda
e0e0ac1679
Remove /by-md5/ prefix from image paths
...
Use forked django-images for now, until we can communicate with the
upstream about it. Fixes #4
2013-03-19 14:43:31 +01:00
Krzysztof Klimonda
b0d1cb4e19
Create a skeleton for documentation
2013-03-06 15:24:51 -08:00
Krzysztof Klimonda
6818236893
Create a basic setup.py file
2013-03-06 10:51:33 -08:00