From 7e8666ef42172d5ab12e1bf314379f4231b136f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 20 Dec 2011 23:29:04 +0100 Subject: Version bump, author info updated. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Getting ready for PyPI upload. Signed-off-by: Raphaël Barrois --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f42a76f..1e83cf3 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,15 @@ from distutils.core import setup # Remember to change in factory/__init__.py as well! -VERSION = '1.0.2' +VERSION = '1.0.4' setup( name='factory_boy', version=VERSION, - description="A test fixtures replacement based on thoughtbot's factory_girl for Ruby.", - author='Mark Sandstrom', - author_email='mark@deliciouslynerdy.com', - url='http://github.com/dnerdy/factory_boy', + description="A test fixtures replacement based on thoughtbot's factory_girl for Ruby (originally by mark@deliciouslynerdy.com).", + author='Raphaël Barrois', + author_email='raphael.barrois@polytechnique.org', + url='http://github.com/rbarrois/factory_boy', keywords=['factory_boy', 'factory', 'fixtures'], packages=['factory'], license='MIT', -- cgit v1.2.3