https://github.com/bear/python-twitter
Raw File
Tip revision: b10baa882635f2c86d444eaa9a7528de47f55c74 authored by Jeremy Low on 07 June 2018, 17:29:39 UTC
bump version
Tip revision: b10baa8
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