We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9724f3 commit 48c57daCopy full SHA for 48c57da
1 file changed
setup.py
@@ -40,6 +40,7 @@
40
keywords="graphviz graph agraph dot convert conversion draw drawio mxgraph xml",
41
packages=find_packages(exclude=["contrib", "docs", "tests"]),
42
install_requires=["pygraphviz", "raven"],
43
+ tests_require=["pytest"],
44
entry_points={
45
"console_scripts": ["graphviz2drawio=graphviz2drawio.__main__:main"]
46
},
0 commit comments