File: setup.cfg

package info (click to toggle)
python-pymysql 0.9.3-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 816 kB
  • sloc: python: 6,029; makefile: 153; sh: 37
file content (17 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[flake8]
ignore = E226,E301,E701
exclude = tests,build
max-line-length = 119

[bdist_wheel]
universal = 1

[metadata]
license = "MIT"
license_file = LICENSE

author=yutaka.matsubara
author_email=yutaka.matsubara@gmail.com

maintainer=INADA Naoki
maintainer_email=songofacandy@gmail.com