You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1004 B
50 lines
1004 B
[flake8] |
|
ignore = |
|
exclude = .git,__pycache__,.gitlab |
|
max-complexity = 15 |
|
builtins=_ |
|
|
|
[metadata] |
|
name = gajim |
|
version = attr: gajim.__version__ |
|
description = A GTK+ Jabber 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.5 |
|
packages = find: |
|
test_suite = test |
|
install_requires = |
|
cssutils>=1.0.2 |
|
keyring |
|
nbxmpp>=0.6.9,<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* |
|
|
|
|