X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.cfg;h=d033baadb9ce0653f77f0409fb1149588bef9efc;hb=HEAD;hp=ff5704a4c793ca79c1edddcc396ea84f733185f8;hpb=a6de5443ea8f067023c94b97b405560f92cbd765;p=sid.git diff --git a/setup.cfg b/setup.cfg index ff5704a..d033baa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,8 +9,8 @@ keywords = xmpp, bot [options] packages = find: -python_requires = >=3.7 -install_requires = slixmpp>=1.5.1 +python_requires = >=3.8 +install_requires = slixmpp>=1.8.1 [options.extras_require] feeds = feedparser>=5.2.1 @@ -20,4 +20,8 @@ bts = python-debianbts>=3.0.1 formats = xztar, gztar [bdist_wheel] -universal=1 +universal = 0 + +[build_sphinx] +source-dir = doc/source +build-dir = build