aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: acc91612c470be6dd4da01170542ef24bdddee05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = thcolor
version = attr: thcolor.version.version
url = https://thcolor.touhey.pro/
project_urls =
    Documentation = https://thcolor.touhey.pro/docs/
author = Thomas Touhey
author_email = thomas@touhey.fr
description = color management module
long_description = file: README.rst
keywords = textout, color, parser, css
license = MIT
classifiers =
	Development Status :: 4 - Beta
	Natural Language :: English
	License :: OSI Approved :: MIT License
	Operating System :: OS Independent
	Programming Language :: Python :: 3
	Intended Audience :: Developers
	Topic :: Text Processing :: Markup :: HTML

[options]
zip_safe = False
include_package_data = True
packages = thcolor
python_requires = >= 3.6

[options.package_data]
* = *.txt, *.rst

[build_sphinx]
source-dir = docs

[wheel]
universal = True

[flake8]
ignore = D105,D107,D202,D208,D210,D401,T484,T499,W503
exclude =
  docs/conf.py
  test.py
per-file-ignores =
  tests/*:F405,S101,D102,D103
rst-roles =
  py:class
  py:attr
  py:data
  py:meth
rst-directives =
  py:data