added comment for egg build and an upload target for pypi

This commit is contained in:
Victor Ng 2018-02-20 21:07:34 -05:00
Родитель ec0b8767bb
Коммит 2a28068239
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,11 @@
all:
python setup.py bdist_wheel
# PySpark only knows eggs, not wheels
python setup.py bdist_egg
upload:
twine upload dist/*
test:
python setup.py test