diff --git a/tools/pypmmn/.gitignore b/tools/pypmmn/.gitignore new file mode 100644 index 00000000..0b7a733f --- /dev/null +++ b/tools/pypmmn/.gitignore @@ -0,0 +1,5 @@ +env +build +MANIFEST +dist +plugins diff --git a/tools/pypmmn/setup.py b/tools/pypmmn/setup.py index 80e59c86..0d3ac57d 100644 --- a/tools/pypmmn/setup.py +++ b/tools/pypmmn/setup.py @@ -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'], )