Skip to content

Commit

Permalink
Fix missing subdirectories to build package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Lestringant authored and jrfonseca committed Nov 14, 2016
1 parent a415018 commit af22dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
license="LGPL",

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

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

0 comments on commit af22dac

Please sign in to comment.