diff --git a/nvchecker/__init__.py b/nvchecker/__init__.py index 3b71b15..35a4a4e 100644 --- a/nvchecker/__init__.py +++ b/nvchecker/__init__.py @@ -1,4 +1,4 @@ # MIT licensed # Copyright (c) 2013-2021 lilydjwg , et al. -__version__ = '2.3' +__version__ = '2.4dev' diff --git a/setup.py b/setup.py index f217a7e..0184c86 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( platforms = 'any', 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'], extras_require = { 'vercmp': ['pyalpm'],