[metadata] name = pymdvar author = David Luevano Alvarado author_email = david@luevano.xyz summary = Python-Markdown extension for key-value pair conversion description_file = README.md license = GPLv3 home_page = https://github.com/luevano/pymdvar classifiers = License :: OSI Approved :: GNU General Public License v3 (GPLv3) Operating System :: OS Independent, Programming Language :: Python, Programming Language :: Python :: 3, Programming Language :: Python :: 3.7, Programming Language :: Python :: 3.8, Programming Language :: Python :: 3.9, Programming Language :: Python :: 3.10, Programming Language :: Python :: 3.11, Programming Language :: Python :: 3 :: Only, Topic :: Communications :: Email :: Filters, Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries, Topic :: Internet :: WWW/HTTP :: Site Management, Topic :: Software Development :: Documentation, Topic :: Software Development :: Libraries :: Python Modules, Topic :: Text Processing :: Filters, Topic :: Text Processing :: Markup :: HTML, Topic :: Text Processing :: Markup :: Markdown keywords = python extension plugin markdown website [files] packages = pymdvar [bdist_wheel] universal = 0 [options] package_dir = = src packages = find: include_package_data=True [options.packages.find] where = src [options.package_data] pymdvar = py.typed [flake8] max-line-length = 80 per-file-ignores = __init__.py: W292