mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
test:
|
|
python test_tablib.py
|
|
publish:
|
|
python setup.py register
|
|
python setup.py sdist upload
|
|
python setup.py bdist_wheel upload --universal
|