Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hgavidia committed Aug 17, 2016
1 parent f3c1cdf commit 8d85f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def get_readme():
author_email="[email protected]",
url="https://kernelpanicblog.wordpress.com",
license="gplv3",
py_modules=["mpislib"],
data_files = [("/usr/lib/mpis", ["menu.xml"]),
("/usr/share/licenses/mpis", ["LICENSE"])],
packages=["mpislib"],
data_files=[("/usr/lib/mpis", ["menu.xml"]),
("/usr/share/licenses/mpis", ["LICENSE"])],
scripts=["mpis"],
)

0 comments on commit 8d85f07

Please sign in to comment.