Skip to content

Commit

Permalink
Fixing the setup.py to add the requirements and ignoring distribution…
Browse files Browse the repository at this point in the history
… folders
  • Loading branch information
mtakaki committed May 3, 2016
1 parent acf7743 commit b5d87be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ share/
.cache
.coverage
*.egg-info
MANIFEST
dist/
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
author_email='mitsuotakaki@gmail.com',
url='https://github.com/mtakaki/cachet-url-monitor',
packages=['cachet_url_monitor'],
license='MIT',
requires=[
'requests',
'yaml',
'schedule',
]
)

0 comments on commit b5d87be

Please sign in to comment.