File: setup.cfg

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build_sphinx]
source-dir = docs
build-dir = docs/_build

[upload_sphinx]
upload-dir = docs/_build/html

[aliases]
test = pytest

[tool:pytest]
addopts = --cov --ignore=test/cairosvg_reference
norecursedirs = dist .cache .git build *.egg-info .eggs venv cairosvg_reference

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0