You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
311 B

  1. [metadata]
  2. description-file = README
  3. [bdist_wheel]
  4. universal = 1
  5. [build_sphinx]
  6. source-dir = docs
  7. build-dir = docs/build
  8. all_files = 1
  9. [upload_sphinx]
  10. upload-dir = docs/build/html
  11. [flake8]
  12. enable-extensions = H106,H203,H904
  13. exclude=build,.eggs,.tox
  14. ignore=D,E402,H405,H
  15. max-line-length=160
  16. statistics=yes