5 lines
132 B
Python
5 lines
132 B
Python
from distutils.core import set
|
|
setup(name='pyaccuwage',
|
|
version='0.1',
|
|
py_modules=['model','fields','record','enums']
|
|
)
|