This commit is contained in:
Victor Ng 2018-08-14 17:06:25 -04:00
Родитель 4400f0afc4
Коммит 66451ac17c
1 изменённых файлов: 1 добавлений и 1 удалений

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

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