bump version to 2.4dev and fix docs/*.py being included in dist tarball

This commit is contained in:
lilydjwg 2021-03-19 13:51:48 +08:00
parent 46da41147f
commit 1b7736a549
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# MIT licensed # MIT licensed
# Copyright (c) 2013-2021 lilydjwg <lilydjwg@gmail.com>, et al. # Copyright (c) 2013-2021 lilydjwg <lilydjwg@gmail.com>, et al.
__version__ = '2.3' __version__ = '2.4dev'

View file

@ -20,7 +20,7 @@ setup(
platforms = 'any', platforms = 'any',
zip_safe = True, zip_safe = True,
packages = find_namespace_packages(exclude=['tests', 'build*', 'docs']), packages = find_namespace_packages(exclude=['tests', 'build*', 'docs*']),
install_requires = ['setuptools', 'packaging', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'], install_requires = ['setuptools', 'packaging', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'],
extras_require = { extras_require = {
'vercmp': ['pyalpm'], 'vercmp': ['pyalpm'],