]> kaliko git repositories - sid.git/blob - setup.cfg
Bump version
[sid.git] / setup.cfg
1 # Doc: https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-values
2
3 [metadata]
4 version = attr: sid.__version__
5 long-description = file: README.rst
6 license = GPL-3
7 license_files = LICENSE
8 keywords = xmpp, bot
9
10 [options]
11 packages = find:
12 python_requires = >=3.7
13 install_requires = slixmpp>=1.5.1
14
15 [options.extras_require]
16 feeds = feedparser>=5.2.1
17 bts = python-debianbts>=3.0.1
18
19 [sdist]
20 formats = xztar, gztar
21
22 [bdist_wheel]
23 universal = 0
24
25 [build_sphinx]
26 source-dir = doc/source
27 build-dir = build