Skip to content

Commit

Permalink
Update dev requirements and description
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Mar 4, 2022
1 parent aa7d6a7 commit 6db210e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
keywords=['XPath', 'XPath2', 'XPath3', 'Pratt-parser', 'ElementTree', 'lxml'],
license='MIT',
license_file='LICENSE',
description='XPath 1.0/2.0 parsers and selectors for ElementTree and lxml',
description='XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml',
long_description=long_description,
python_requires='>=3.7',
extras_require={
'dev': ['tox', 'coverage', 'lxml', 'xmlschema>=1.8.0',
'Sphinx', 'memory-profiler', 'flake8', 'mypy==0.910']
'dev': ['tox', 'coverage', 'lxml', 'xmlschema>=1.9.0',
'Sphinx', 'memory-profiler', 'flake8', 'mypy==0.931']
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 6db210e

Please sign in to comment.