зеркало из https://github.com/mozilla/taar.git
bumped to 0.0.24 and force sdist builds because pypi is ridiculous
This commit is contained in:
Родитель
11086b1351
Коммит
1c82e239aa
2
Makefile
2
Makefile
|
@ -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/*
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче