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: e157c341b00a1d694b1411143d2747e9708f730d (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
[metadata]
name = nbxmpp
version = 3.0.2
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.9

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

[options.extras_require]
gssapi = gssapi

[options.packages.find]
exclude =
    test*

[options.package_data]
nbxmpp = py.typed