File: setup.cfg

package info (click to toggle)
python-cssselect 1.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: python: 2,231; sh: 8; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build_sphinx]
source-dir = docs
build-dir  = docs/_build
#all_files  = 1

[upload_sphinx] # Sphinx-PyPI-upload
upload-dir = docs/_build/html

[tool:pytest]
testpaths = tests

[bdist_wheel]
universal = 1