Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jan 3, 2025
1 parent d9b79af commit a9c8e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit a9c8e4e

Please sign in to comment.