[metadata] name = wikipediafs version = attr: wikipediafs.__version__ author = Mathieu Blondel author_email = mblondel@users.sourceforge.net maintainer = Matej Cepl maintainer_email = mcepl@cepl.eu description = View and edit Wikipedia articles as if they were real files license = GPL classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: GPL Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 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.12 project_urls = home_page = https://wikipediafs.sourceforge.net/ source = https://git.sr.ht/~mcepl/wikipediafs report = https://lists.sr.ht/~mcepl/devel changelog = https://git.sr.ht/~mcepl/m2crypto/tree/master/item/CHANGES [options] zip_safe = False include_package_data = True package_dir= =src packages = find: install_requires = fuse-python [options.packages.find] where=src exclude = contrib* docs* tests* [egg_info] tag_build = tag_svn_revision = 0 [flake8] ; ignore = E402,E501,E731,N806,N803,N802,E265 ignore = E402,N806,N803,N802,E501 [pydocstyle] ignore = D10,D203,D213