Skip to content

Commit

Permalink
Merge pull request #9 from ThomasHickman/added_dependencies
Browse files Browse the repository at this point in the history
Add pypiwin32 as a dependency
  • Loading branch information
ljmccarthy committed Apr 25, 2016
2 parents 4010745 + a1e180d commit fe1d40f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
author = "Luke McCarthy",
author_email = "[email protected]",
url = "http://github.com/shaurz/fsmonitor",
install_requires=[
'pypiwin32',
],
packages = ["fsmonitor"],
)

0 comments on commit fe1d40f

Please sign in to comment.