From 7897776dd1c6f8129e283fc6b21161121bc32dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 20 Dec 2011 23:36:02 +0100 Subject: Temporary alternate package name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3