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:
parent
164794c50b
commit
607ff28265
2 changed files with 6 additions and 0 deletions
5
tools/pypmmn/.gitignore
vendored
Normal file
5
tools/pypmmn/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
env
|
||||
build
|
||||
MANIFEST
|
||||
dist
|
||||
plugins
|
|
@ -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'],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue