Author: batiste.bieler
Date: Mon Feb 2 05:28:50 2009
New Revision: 324
Modified:
trunk/setup.py
Log:
Add package requires to setup.py
Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py (original)
+++ trunk/setup.py Mon Feb 2 05:28:50 2009
@@ -16,6 +16,7 @@
author='Batiste Bieler',
author_email='[email protected]',
url='http://code.google.com/p/django-page-cms/',
+ requires=('html5lib (>=0.10)', 'tagging (>=0.2.1)', 'mptt (>=0.2.1)',
),
packages=[
'pages',
'pages.admin',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---