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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2019-10-16 14:14:46 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-10-16 14:14:46 +0300
commitbf53ae006052d0a3265a1969d9b3a1b810d7022c (patch)
tree5de5e157d547c8a51d86ce4e6345a61e227dc4e8 /setup.cfg
parent6705a89b693c76c075b1144b52b7c4e82ed5e936 (diff)
Don't import version from package
__init__.py has too many other imports, this leads to all dependencys beeing imported in the install process before they are downloaded
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3d9fed2..ca5b2ce 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = attr: nbxmpp.__version__
+version = 0.9.92
description = Non blocking Jabber/XMPP module
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org