File: setup.py

package info (click to toggle)
python-nbxmpp 0.5.4-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 7,252 kB
  • sloc: python: 5,372; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

from distutils.core import setup

setup(name='nbxmpp',
      version='0.5.4',
      description='Non blocking Jabber/XMPP module',
      author='Yann Leboulanger',
      author_email='asterix@lagaule.org',
      url='http://python-nbxmpp.gajim.org',
      packages=['nbxmpp'],
)