From 41ad5d00acdffaf9c7c59cc3cd7c0dd19c2c7600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Thu, 22 Dec 2011 01:33:13 +0100 Subject: Fix package name for re-upload to PyPI. 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 e22a5b4..5625e51 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ class test(cmd.Command): setup( - name='factory_boy_rbarrois', + name='factory_boy', version=VERSION, description="A test fixtures replacement based on thoughtbot's factory_girl for Ruby.", author='Mark Sandstrom', -- cgit v1.2.3