tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

setup.cfg (154B)


      1 [bdist_wheel]
      2 universal = 1
      3 
      4 [pep8]
      5 ignore = N
      6 max-line-length = 139
      7 exclude = .git,__pycache__,.tox,doc
      8 
      9 [flake8]
     10 ignore = N, W504
     11 max-line-length = 139