Skip to content

Commit

Permalink
Merge pull request #35 from bollwyvl/patch-1
Browse files Browse the repository at this point in the history
update packaging metadata
  • Loading branch information
hbmartin authored Jul 2, 2024
2 parents d310018 + 0e0b539 commit da2f849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@
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={"console_scripts": ["graphviz2drawio=graphviz2drawio.__main__:main"]},
project_urls={
"Bug Reports": "https://github.com/hbmartin/graphviz2drawio/issues",
"Source": "https://github.com/hbmartin/graphviz2drawio/",
},
include_package_data=True,
)

0 comments on commit da2f849

Please sign in to comment.