[metadata] name = thembed version = attr: thembed.version url = https://thembed.touhey.pro/ project_urls = Documentation = https://thembed.touhey.pro/docs/ author = Thomas Touhey author_email = thomas@touhey.fr description = embed gathering module long_description = file: README.rst keywords = textout, embed, object license = MIT classifiers = Development Status :: 2 - Pre-Alpha Natural Language :: English License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python :: 3 Intended Audience :: Developers [options] zip_safe = False include_package_data = True packages = thembed install_requires = requests [options.package_data] * = *.txt, *.rst [build_sphinx] source-dir = docs [wheel] universal = True [flake8] ignore = F401, F403, E126, E127, 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