• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[bdist_wheel]
2universal = 1
3
4[flake8]
5max-line-length = 100
6ignore = F821
7
8[metadata]
9license_files = LICENSE
10
11[tool:pytest]
12minversion=2.2.0
13