1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Minor fixes & docs & comments

This commit is contained in:
Michel Albert 2012-04-06 16:08:51 +02:00
parent fa24082ea5
commit 8f5607b2a6
2 changed files with 47 additions and 16 deletions

View file

@ -15,9 +15,7 @@ setup(
author=AUTHOR,
author_email=AUTHOR_EMAIL,
license="BSD",
include_package_data=True,
packages=['pypmmn'],
scripts=['pypmmn/pypmmn.py'],
zip_safe=False,
)