added test setup.py

This commit is contained in:
Binh 2011-06-25 14:57:30 -05:00
parent ab16399e19
commit 3d6a64db1d

5
setup.py Normal file
View file

@ -0,0 +1,5 @@
from distutils.core import set
setup(name='pyaccuwage',
version='0.1',
py_modules=['model','fields','record','enums']
)