description = This SDK is designed to work with Split, the platform for controlled rollouts, which serves features to your users via a Split feature flag to manage your complete customer experience.
long_description = file: README.md
long_description_content_type = text/markdown
[flake8]
max-line-length=100
exclude=tests/*
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose --cov=splitio --cov-report xml