https://github.com/bear/python-twitter
Raw File
Tip revision: f4d9161adb44b1fab7a6d88de00b4ddcf196fd55 authored by Louis Sautier on 19 June 2018, 20:18:15 UTC
Remove unnecessary pytest-runner from install_requires
Tip revision: f4d9161
setup.cfg
[aliases]
test = pytest

[bdist_wheel]
universal=1

[check-manifest]
ignore =
  .travis.yml
  circle.yml
  violations.flake8.txt

[flake8]
ignore = E111,E124,E126,E221,E501

[pycodestyle]
ignore = E111,E124,E126,E221,E501
max-line-length = 100
back to top