diff --git a/appy/setup_info.py b/appy/setup_info.py index 70a8c6e..d1c1c3f 100644 --- a/appy/setup_info.py +++ b/appy/setup_info.py @@ -8,6 +8,7 @@ author='Luc Saffre', author_email='luc@saffre-rumma.net', url="http://appypod.lino-framework.org", + install_requires = ['future'], long_description="""\ The `appypod` project is a partial redistribution of Gaetan Delannay's @@ -80,8 +81,12 @@ SETUP_INFO.update(packages=[n for n in """ appy appy.pod +appy.http +appy.model +appy.px +appy.ui +appy.utils +appy.xml """.splitlines() if n]) SETUP_INFO.update(package_data=dict()) - -