File: setup.cfg

package info (click to toggle)
python-pyramid 2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,612 kB
  • sloc: python: 41,526; makefile: 28
file content (31 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
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
[easy_install]
zip_ok = false

[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]

[metadata]
license_file = LICENSE.txt

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

[tool:pytest]
python_files = test_*.py
testpaths = 
	tests
addopts = -W always

[egg_info]
tag_build = 
tag_date = 0