Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setup.cfg - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb75efbc69f0b259951ab9b36ed4dcf54638f712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = nbxmpp
version = 4.0.1
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org
long_description = file: README.md
long_description_content_type = text/markdown
keywords = xmpp chat
url = https://dev.gajim.org/gajim/python-nbxmpp
license_file = COPYING
license = GPL v3
classifiers =
    Programming Language :: Python :: 3.10

[options]
python_requires = >=3.10
packages = find:
install_requires =
    precis-i18n>=1.0.0
    packaging
    idna

[options.extras_require]
gssapi = gssapi

[options.packages.find]
exclude =
    test*

[options.package_data]
nbxmpp = py.typed