From f31737d6d57dc8d23bc0ff1923476a96d102b27e Mon Sep 17 00:00:00 2001 From: Marius Grigaitis Date: Thu, 23 Jun 2011 15:30:15 +0300 Subject: [PATCH] updated wrong setup.py file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4fedf3..fe286e9 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup(name='pynum2word', author='Taro Ogawa ', author_email='tos@users.sourceforge.net', url='http://pypi.python.org/pypi/PyNum2Word/', - packages=[], + packages=['pynum2word'], )