File: setup.cfg

package info (click to toggle)
python-pymysql 1.0.2-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 860 kB
  • sloc: python: 6,123; makefile: 153; sh: 44
file content (13 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8]
ignore = E203,E501,W503,E722
exclude = tests,build,.venv,docs

[metadata]
license = "MIT"
license_files = LICENSE

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

maintainer=Inada Naoki
maintainer_email=songofacandy@gmail.com