# Doc: https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-values [metadata] version = attr: sid.__version__ long-description = file: README.rst license = GPL-3 license_files = LICENSE keywords = xmpp, bot [options] packages = find: python_requires = >=3.8 install_requires = slixmpp>=1.8.1 [options.extras_require] feeds = feedparser>=5.2.1 bts = python-debianbts>=3.0.1 [sdist] formats = xztar, gztar [bdist_wheel] universal = 0 [build_sphinx] source-dir = doc/source build-dir = build