[metadata] name = gajim version = attr: gajim.__version__ description = A GTK XMPP client long_description = file: README.md long_description_content_type = text/markdown author = Philipp Hoerist, Yann Leboulanger author_email = gajim-devel@gajim.org url = https://gajim.org license = GPL v3 keywords = chat,messaging,im,xmpp,voip classifiers = Development Status :: 5 - Production/Stable Environment :: X11 Applications :: GTK License :: OSI Approved :: GNU General Public License v3 (GPLv3) Operating System :: OS Independent Programming Language :: Python :: 3.9 Topic :: Communications :: Chat [options] python_requires = >=3.9 packages = find: test_suite = test install_requires = css-parser keyring nbxmpp>=3.2.5,<4.0.0 packaging pillow precis-i18n>=1.0.0 cryptography>=3.4.8 pycairo>=1.16.0 PyGObject>=3.42.0 [options.extras_require] dev = ruff codespell[toml] nbxmpp @ git+https://dev.gajim.org/gajim/python-nbxmpp.git PyGObject-stubs @ git+https://github.com/pygobject/pygobject-stubs.git python-gitlab sentry-sdk [options.package_data] gajim = data/gui/*.ui data/icons/hicolor/*/*/*.png data/icons/hicolor/*/*/*.svg data/other/* data/sounds/*.wav data/style/*.css data/plugins/*/* py.typed [options.packages.find] exclude = gajim.dev test*