File: setup.cfg

package info (click to toggle)
python-plaster-pastedeploy 0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: python: 639; makefile: 12
file content (34 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (5)
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
29
30
31
32
33
34
[wheel]
universal = 1

[metadata]
license_file = LICENSE.txt

[flake8]
exclude = 
	tests/fake_packages,
	tests/sample_configs,
show-source = True
max-line-length = 80

[check-manifest]
ignore = 
	.gitignore
	PKG-INFO
	*.egg-info
	*.egg-info/*
ignore-default-rules = true
ignore-bad-ideas = 
	tests/*

[tool:pytest]
python_files = test_*.py
testpaths = 
	src/plaster_pastedeploy
	tests

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0