From a9c8e4e1108cfb7195d2504068feba5870aa3f81 Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Fri, 3 Jan 2025 12:47:26 +1000 Subject: [PATCH] fix typo --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index bfe42fd3..82e0c570 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,10 @@ package_dir={"nxviz": "nxviz"}, include_package_data=True, install_requires=requirements, + extras_require={ + "docs": ["pycodestyle", "pyprojroot", "sphinx", "mkdocs", "mkdocs-material"], + "tests": ["hypothesis", "pytest-cov", "pre-commit", "pylint"], + }, license="MIT license", keywords="nxviz", classifiers=[