mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
parent
b70de0a628
commit
02515fc82d
2 changed files with 5 additions and 2 deletions
|
@ -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.4'
|
__version__ = '2.5dev'
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -21,9 +21,11 @@ setup(
|
||||||
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; python_version<"3.8"', 'toml', 'structlog', 'appdirs', 'tornado>=6', 'pycurl'],
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'vercmp': ['pyalpm'],
|
'vercmp': ['pyalpm'],
|
||||||
|
'pypi': ['packaging'],
|
||||||
|
'htmlparser': ['lxml'],
|
||||||
},
|
},
|
||||||
tests_require = [
|
tests_require = [
|
||||||
'pytest',
|
'pytest',
|
||||||
|
@ -55,6 +57,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Software Development",
|
"Topic :: Software Development",
|
||||||
|
|
Loading…
Add table
Reference in a new issue