setup.py 255 B

123456789101112
  1. from setuptools import setup
  2. setup(
  3. name="converse.js",
  4. version="3.0.2",
  5. description="XMPP chat client that runs in a web-browser",
  6. author="JC Brand",
  7. author_email="jc@opkode.com",
  8. url="https://conversejs.org",
  9. packages=[]
  10. )