mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +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 --universal upload
|