[metadata] name = thcolor version = attr: thcolor.version url = https://thcolor.touhey.pro/ 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 :: 2 - Pre-Alpha 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, thcolor._builtin test_suite = test install_requires = regex [options.package_data] * = *.txt, *.rst [build_sphinx] source-dir = docs [wheel] universal = True [flake8] ignore = F401, F403, E128, E131, E241, E261, E265, E271, W191 exclude = .git, __pycache__, build, dist, docs/conf.py, test.py, test [tool:pytest] python_files = tests.py test_*.py *_tests.py testpaths = tests