diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2011-12-20 23:36:02 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2011-12-20 23:36:02 +0100 |
commit | 7897776dd1c6f8129e283fc6b21161121bc32dd9 (patch) | |
tree | cc2b6d721cdf965167241f8fbb52ef8e03fcd110 /setup.py | |
parent | cee95fcd35b04f88db4c4b9c342452dcf69acf38 (diff) | |
download | factory-boy-7897776dd1c6f8129e283fc6b21161121bc32dd9.tar factory-boy-7897776dd1c6f8129e283fc6b21161121bc32dd9.tar.gz |
Temporary alternate package name.
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
@@ -7,7 +7,7 @@ from distutils.core import setup VERSION = '1.0.4' setup( - name='factory_boy', + name='factory_boy_rbarrois', version=VERSION, description="A test fixtures replacement based on thoughtbot's factory_girl for Ruby (originally by mark@deliciouslynerdy.com).", author='Raphaël Barrois', |