Skip to content

Commit

Permalink
Cleaner splitting into separate modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree authored and jrfonseca committed Jul 10, 2016
1 parent 4947936 commit f0f0326
Show file tree
Hide file tree
Showing 15 changed files with 2,720 additions and 2,514 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
""",
license="LGPL",

py_modules=['xdot'],
entry_points=dict(gui_scripts=['xdot=xdot:main']),
install_requires=['graphviz'],
packages=['xdot'],
entry_points=dict(gui_scripts=['xdot=xdot.__main__:main']),

# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down
Loading

0 comments on commit f0f0326

Please sign in to comment.