mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-08 05:31:58 +00:00
Fixing the setup.py to add the requirements and ignoring distribution folders
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,3 +8,5 @@ share/
|
|||||||
.cache
|
.cache
|
||||||
.coverage
|
.coverage
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
MANIFEST
|
||||||
|
dist/
|
||||||
|
|||||||
6
setup.py
6
setup.py
@@ -8,4 +8,10 @@ setup(name='cachet-url-monitor',
|
|||||||
author_email='mitsuotakaki@gmail.com',
|
author_email='mitsuotakaki@gmail.com',
|
||||||
url='https://github.com/mtakaki/cachet-url-monitor',
|
url='https://github.com/mtakaki/cachet-url-monitor',
|
||||||
packages=['cachet_url_monitor'],
|
packages=['cachet_url_monitor'],
|
||||||
|
license='MIT',
|
||||||
|
requires=[
|
||||||
|
'requests',
|
||||||
|
'yaml',
|
||||||
|
'schedule',
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user