File: setup.cfg

package info (click to toggle)
configobj 5.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: python: 3,016; makefile: 159; sh: 8
file content (28 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Configuration for setuptools
#

[egg_info]
#tag_build = .dev0
tag_date = false


[sdist]
formats = gztar


[bdist_wheel]
# If you set this to 1, make sure you have a proper Travis CI build matrix,
# and that your Trove classifiers state you support Python 2 and 3
universal = 1


[tool:pytest]
norecursedirs = .* *.egg *.egg-info bin dist include lib local share static docs
python_files = src/tests/test_*.py
#addopts =


[flake8]
#ignore = E226,…
max-line-length = 132