Skip to content

Commit

Permalink
updated packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgarm committed Jul 15, 2010
1 parent 047993e commit e0ff68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from distutils.core import setup


files = ["*"]
files = ["*", "z/*"]

setup(name = 'pyzimbra',
version = '0.1',
Expand All @@ -38,7 +38,7 @@
author = 'Ilgar Mashayev',
author_email = '[email protected]',
url = 'http://github.com/ilgarm/pyzimbra',
packages = ['pyzimbra'],
packages = ['pyzimbra','pyzimbra/z'],
package_data = {'package' : files },
long_description = """This library aimed to help those who want to talk to zimbra instance from python."""
)

0 comments on commit e0ff68f

Please sign in to comment.