https://github.com/bear/python-twitter
Raw File
Tip revision: 423a50eb264d41e9cd60d3cd1eb86147d1406303 authored by Jeremy Low on 19 February 2018, 03:29:27 UTC
bump version for 3.4
Tip revision: 423a50e
setup.cfg
[aliases]
test = pytest

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

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

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