This commit is contained in:
Victor Ng 2018-03-07 14:15:02 -05:00
Родитель 3ff7d7c350
Коммит 94d0de5175
1 изменённых файлов: 1 добавлений и 1 удалений

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

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