diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-02-24 01:14:30 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-02-24 01:14:30 +0100 |
commit | dc16881ebf674295a3e855bfc4798a0ce8bd94d2 (patch) | |
tree | 2e379c8814c41784945968f0229b117217aad10a /setup.py | |
parent | 3663c1090f6ce016ebc0e9266c4cd4e85796984b (diff) | |
download | factory-boy-dc16881ebf674295a3e855bfc4798a0ce8bd94d2.tar factory-boy-dc16881ebf674295a3e855bfc4798a0ce8bd94d2.tar.gz |
Improve the 'SelfAttribute' syntax.v1.1.0
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ class test(cmd.Command): setup( name='factory_boy', version=VERSION, - description="A test fixtures replacement based on thoughtbot's factory_girl for Ruby.", + description="A verstile test fixtures replacement based on thoughtbot's factory_girl for Ruby.", author='Mark Sandstrom', author_email='mark@deliciouslynerdy.com', maintainer='Raphaël Barrois', |