File: setup.cfg

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (24 lines) | stat: -rw-r--r-- 340 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
[bdist_wheel]
universal = 1

[wheel]
universal = 1

[metadata]
license-file = LICENSE_LGPL_2.1.txt

[doc8]
ignore-path = 
	docs/_build,
	requirements/*.in,
	requirements/*.txt,
	src/tld.egg-info,
	examples/custom_tld_names_source/res/*.txt,
	src/tld/tests/res/*.txt
max-line-length = 80
sphinx = true

[egg_info]
tag_build = 
tag_date = 0