https://github.com/bear/python-twitter
Raw File
Tip revision: 9c4269c536ae68639eefbf6357aef50f6c3ec2a6 authored by Jeremy Low on 20 October 2018, 12:48:04 UTC
update shebang and copyright
Tip revision: 9c4269c
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