File: setup.cfg

package info (click to toggle)
python-parse-type 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 492 kB
  • ctags: 640
  • sloc: python: 4,215; sh: 9; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 403 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
# -- CONVENIENCE: Use pytest-runner (ptr) as test runner.
[aliases]
docs = build_sphinx
test = ptr

[build_sphinx]
source-dir = docs/
build-dir  = build/docs
builder    = html
all_files  = true

[easy_install]
# set the default location to install packages
# install_dir = eggs
# find_links = https://github.com/jenisys/parse_type

[nosetests]
where = tests

[upload_docs]
upload-dir = build/docs/html