mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
bump version to 2.4dev and fix docs/*.py being included in dist tarball
This commit is contained in:
parent
46da41147f
commit
1b7736a549
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# MIT licensed
|
||||
# Copyright (c) 2013-2021 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
__version__ = '2.3'
|
||||
__version__ = '2.4dev'
|
||||
|
|
2
setup.py
2
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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue