https://github.com/bear/python-twitter
Raw File
Tip revision: 6931e9a064c647319e6de12968dd5bee718fc913 authored by Stephen Cowley on 11 April 2020, 23:28:05 UTC
Update getting_started.rst
Tip revision: 6931e9a
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