bumped to 0.0.24 and force sdist builds because pypi is ridiculous

This commit is contained in:
Victor Ng 2018-02-27 10:09:53 -05:00 коммит произвёл mlopatka
Родитель 11086b1351
Коммит 1c82e239aa
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
all:
# PySpark only knows eggs, not wheels
python setup.py bdist_egg
python setup.py sdist
upload:
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

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

@ -3,7 +3,7 @@ from setuptools import find_packages, setup
setup(
name='mozilla-taar3',
use_scm_version=False,
version='0.0.23',
version='0.0.24',
setup_requires=['setuptools_scm', 'pytest-runner'],
tests_require=['pytest'],
include_package_data = True,