2018-10-28 15:57:38 +01:00
|
|
|
[metadata]
|
|
|
|
name = gajim
|
|
|
|
version = attr: gajim.__version__
|
|
|
|
description = A GTK+ Jabber client
|
2018-11-01 08:40:57 +01:00
|
|
|
author = Philipp Hoerist, Yann Leboulanger
|
2018-10-28 15:57:38 +01:00
|
|
|
author_email = gajim-devel@gajim.org
|
|
|
|
url = https://gajim.org
|
|
|
|
license = GPL v3
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
|
|
|
|
[options]
|
|
|
|
python_requires = >=3.5
|
|
|
|
packages = find:
|
|
|
|
install_requires =
|
|
|
|
cssutils>=1.0.2
|
|
|
|
keyring
|
|
|
|
nbxmpp>=0.6.8,<0.7.0
|
|
|
|
precis-i18n>=1.0.0
|
|
|
|
pyOpenSSL>=0.12
|
|
|
|
|
|
|
|
[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/iconsets/*/*/*.gif
|
|
|
|
data/iconsets/*/*/*.png
|
|
|
|
data/iconsets/transports/*/*/*.png
|
|
|
|
data/moods/*/*.png
|
|
|
|
data/other/*
|
|
|
|
data/sounds/*.wav
|
|
|
|
data/style/*.css
|
|
|
|
data/plugins/*/*
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
exclude =
|
|
|
|
gajim.dev
|
|
|
|
test*
|
|
|
|
|