Skip to content

Commit

Permalink
add python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Feb 24, 2021
1 parent 9817337 commit 0e0b539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
license="GPLv3",
keywords="graphviz graph agraph dot convert conversion draw drawio mxgraph xml",
packages=find_packages(exclude=["contrib", "docs", "tests"]),
python_requires=">=3.5",
install_requires=["pygraphviz", "raven", "svg.path"],
tests_require=["pytest"],
entry_points={
Expand Down

0 comments on commit 0e0b539

Please sign in to comment.