2
0
Fork 0
textout/setup.cfg

51 lines
1.2 KiB
INI
Raw Normal View History

2018-07-27 02:01:26 +02:00
[metadata]
name = textoutpc
2020-07-01 12:10:35 +02:00
version = attr: textoutpc.version.version
url = https://textout.touhey.pro/
2019-06-25 14:49:22 +02:00
project_urls =
Documentation = https://textout.touhey.pro/docs/
2018-07-27 02:01:26 +02:00
author = Thomas Touhey
author_email = thomas@touhey.fr
description = textout() equivalent from Planète Casio
long_description = file: README.rst
keywords = planète casio, textout, bbcode, translator, parser
license = MIT
classifiers =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: MIT License
Natural Language :: French
Operating System :: OS Independent
Programming Language :: Python :: 3
Intended Audience :: Developers
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Topic :: Text Processing :: Markup :: HTML
[options]
zip_safe = False
include_package_data = True
packages = textoutpc, textoutpc.builtin
2018-07-27 02:01:26 +02:00
test_suite = test
scripts =
scripts/textout2html
scripts/textout2ls
2018-07-27 02:01:26 +02:00
install_requires =
regex
thcolor
2018-07-27 02:01:26 +02:00
[options.package_data]
* = *.txt, *.rst
[build_sphinx]
2018-07-30 15:20:25 +02:00
source-dir = docs
2018-01-02 18:57:04 +01:00
[wheel]
universal = True
2018-08-25 17:38:24 +02:00
[flake8]
ignore = F401, F403, E128, E131, E241, E261, E265, E271, W191
exclude = .git, __pycache__, build, dist, docs/conf.py, test.py, test
2019-06-25 14:49:22 +02:00
[tool:pytest]
python_files = tests.py test_*.py *_tests.py
testpaths = tests