[IMP] include vatnumber in package list as the base_vat module will use this package for vat validation

bzr revid: psi@tinyerp.co.in-20110706095149-waba2fbq4imy9825
This commit is contained in:
psi (Open ERP) 2011-07-06 15:21:49 +05:30
parent 63ebd1cdb3
commit 37f65bc8bf
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if os.name == 'nt':
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "mako", "poplib",
"imaplib", "smtplib", "email", "yaml", "DAV",
"uuid", "commands", "openerp",
"uuid", "commands", "openerp", "vatnumber"
],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
@ -164,6 +164,7 @@ setup(name = name,
'pyyaml',
'pywebdav',
'feedparser',
'vatnumber',
],
extras_require = {
'SSL' : ['pyopenssl'],