tarek / zopewatcher
Tool to watch a Zope installation and get its load information
Clone this repository (size: 218.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tarek/zopewatcher/
| commit 21: | 9a030f56429d |
| parent 20: | 3cbc3a743baa |
| branch: | default |
added url
10 months ago
Changed (Δ12 bytes):
raw changeset »
setup.py (1 lines added, 1 lines removed)
| … | … | @@ -11,7 +11,7 @@ setup(name='ZopeHealthWatcher', |
11 |
11 |
long_description=open(README).read(), |
12 |
12 |
author='Tarek Ziade', |
13 |
13 |
author_email='tarek@ziade.org', |
14 |
url='http://bitbucket.org/tarek |
|
14 |
url='http://bitbucket.org/tarek/zopewatcher', |
|
15 |
15 |
packages=find_packages(), |
16 |
16 |
namespace_packages=['Products'], |
17 |
17 |
install_requires=[ |
