summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-20 23:36:02 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2011-12-20 23:36:02 +0100
commit7897776dd1c6f8129e283fc6b21161121bc32dd9 (patch)
treecc2b6d721cdf965167241f8fbb52ef8e03fcd110 /setup.py
parentcee95fcd35b04f88db4c4b9c342452dcf69acf38 (diff)
downloadfactory-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5d9e8c4..0933245 100644
--- a/setup.py
+++ b/setup.py
@@ -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',