moved everything into pyaccuwage subdir

This commit is contained in:
Binh 2011-06-25 15:08:38 -05:00
parent 5eb8925032
commit 6f5d29faab
6 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
from distutils.core import setup
setup(name='pyaccuwage',
version='0.1',
py_modules=['__init__','model','fields','record','enums']
packages=['pyaccuwage'],
zip_safe=True,
)