Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit fffe98a94327a87324b6e42a708271f672505a86 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Fri Feb 15 14:01:14 2013 +0100
Fix setup.py so that it includes the fedocallib package
setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py index eae8e42..ee78147 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( license = 'GPLv3+', download_url = 'https://fedorahosted.org/releases/f/e/fedocal/', url = 'https://fedorahosted.org/fedocal/', - packages=['fedocal'], + packages=['fedocal', 'fedocal.fedocallib'], include_package_data = True, exclude_package_data={'': ['tests/*']}, install_requires=['Flask']
fedocal-devel@lists.fedorahosted.org