File: setup.cfg

package info (click to toggle)
pybtex 0.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,628 kB
  • sloc: python: 13,585; makefile: 181; sh: 39; javascript: 29
file content (20 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[bdist_wheel]
universal = 1

[tool:pytest]
testpaths = pybtex tests
addopts = --doctest-modules

[isort]
multi_line_output = 5

[upload_docs]
upload_dir = docs/site

[metadata]
version = attr: pybtex.__version__

[egg_info]
tag_build = 
tag_date = 0