This commit is contained in:
Victor Ng 2018-03-01 14:40:08 -05:00 коммит произвёл Sarah Bird
Родитель f2d659cc34
Коммит 385ef50c1c
1 изменённых файлов: 1 добавлений и 1 удалений

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

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