added __init__ to setup
This commit is contained in:
parent
78f8b845fe
commit
5eb8925032
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,5 +1,5 @@
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
setup(name='pyaccuwage',
|
setup(name='pyaccuwage',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
py_modules=['model','fields','record','enums']
|
py_modules=['__init__','model','fields','record','enums']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue