Skip to content
Snippets Groups Projects
Commit 37f65bc8 authored by Purnendu Singh's avatar Purnendu Singh
Browse files

[IMP] include vatnumber in package list as the base_vat module will use this...

[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
parent 63ebd1cd
Branches
Tags
No related merge requests found
......@@ -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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment