1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Added a URL to the python metadata

.gitignore added
This commit is contained in:
Michel Albert 2012-04-06 16:49:12 +02:00
parent 164794c50b
commit 607ff28265
2 changed files with 6 additions and 0 deletions

5
tools/pypmmn/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
env
build
MANIFEST
dist
plugins

View file

@ -15,6 +15,7 @@ setup(
author=AUTHOR,
author_email=AUTHOR_EMAIL,
license="BSD",
url='https://github.com/exhuma/munin-contrib/tree/master/tools/pypmmn',
packages=['pypmmn'],
scripts=['pypmmn/pypmmn.py'],
)