moved everything into pyaccuwage subdir
This commit is contained in:
parent
5eb8925032
commit
6f5d29faab
6 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -1,5 +1,6 @@
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
setup(name='pyaccuwage',
|
setup(name='pyaccuwage',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
py_modules=['__init__','model','fields','record','enums']
|
packages=['pyaccuwage'],
|
||||||
|
zip_safe=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue