added test setup.py
This commit is contained in:
parent
ab16399e19
commit
3d6a64db1d
1 changed files with 5 additions and 0 deletions
5
setup.py
Normal file
5
setup.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from distutils.core import set
|
||||||
|
setup(name='pyaccuwage',
|
||||||
|
version='0.1',
|
||||||
|
py_modules=['model','fields','record','enums']
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue