See More

[wheel] universal = 1 [pycodestyle] select = max_line_length = 120 [pep8] max_line_length = 120 # See the docstring in versioneer.py for instructions. Note that you must # re-run 'versioneer.py setup' after changing this section, and commit the # resulting files. [versioneer] VCS = git style = pep440 versionfile_source = tableauserverclient/_version.py versionfile_build = tableauserverclient/_version.py tag_prefix = v #parentdir_prefix = [aliases] smoke=pytest [tool:pytest] testpaths = test smoke addopts = --junitxml=./test.junit.xml