From adf158a674c46bf6c30cf73f3983db3badc60772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 21 Dec 2011 12:31:25 +0100 Subject: Update author/maintainer information. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0ae3baf..dba0dbe 100644 --- a/README.rst +++ b/README.rst @@ -3,19 +3,21 @@ factory_boy factory_boy is a fixtures replacement based on thoughtbot's `factory_girl `_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added. +The official repository is at http://github.com/rbarrois/factory_boy. + Credits ------- This README parallels the factory_girl README as much as possible; text and examples are reproduced for comparison purposes. Ruby users of factory_girl should feel right at home with factory_boy in Python. -factory_boy was written by Mark Sandstrom, and improved by Raphaël Barrois. +factory_boy was originally written by Mark Sandstrom, and improved by Raphaël Barrois. Thank you Joe Ferris and thoughtbot for creating factory_girl. Download -------- -Github: http://github.com/rbarrois/factory_boy/tree/master +Github: http://github.com/rbarrois/factory_boy/ easy_install:: -- cgit v1.2.3