9578053 Jan 22 2022 distfiles.gentoo.org/distfiles/gajim-1.3.3-2.tar.gz
This commit is contained in:
parent
a5b3822651
commit
4c1b226bff
1045 changed files with 753037 additions and 18 deletions
54
setup.cfg
Normal file
54
setup.cfg
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
[flake8]
|
||||
ignore =
|
||||
exclude = .git,__pycache__,.gitlab
|
||||
max-complexity = 15
|
||||
builtins = _
|
||||
|
||||
[metadata]
|
||||
name = gajim
|
||||
version = attr: gajim.__version__
|
||||
description = A GTK XMPP client
|
||||
author = Philipp Hoerist, Yann Leboulanger
|
||||
author_email = gajim-devel@gajim.org
|
||||
url = https://gajim.org
|
||||
license = GPL v3
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
|
||||
[options]
|
||||
python_requires = >=3.7
|
||||
packages = find:
|
||||
test_suite = test
|
||||
install_requires =
|
||||
css-parser
|
||||
keyring
|
||||
nbxmpp>=2.0.4
|
||||
packaging
|
||||
setuptools; python_version < '3.9'
|
||||
precis-i18n>=1.0.0
|
||||
pyOpenSSL>=16.2
|
||||
pycairo>=1.16.0
|
||||
|
||||
[options.package_data]
|
||||
gajim =
|
||||
data/activities/*/*/*.png
|
||||
data/emoticons/*/*.png
|
||||
data/emoticons/*/LICENSE
|
||||
data/gui/*.ui
|
||||
data/icons/hicolor/*/*/*.png
|
||||
data/icons/hicolor/*/*/*.svg
|
||||
data/moods/*/*.png
|
||||
data/other/*
|
||||
data/sounds/*.wav
|
||||
data/style/*.css
|
||||
data/plugins/*/*
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
gajim.dev
|
||||
test*
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue