|
a/NoWarnings/setup.py |
|
b/NoWarnings/setup.py |
|
... |
|
... |
10 |
name='NoWarnings plugin',
|
10 |
name='NoWarnings plugin',
|
11 |
version='1.0',
|
11 |
version='1.0',
|
12 |
author='Wolf',
|
12 |
author='Wolf',
|
13 |
author_email='wolf@geek.net',
|
13 |
author_email='wolf@geek.net',
|
14 |
description='A nose plugin to squelch warnings',
|
14 |
description='A nose plugin to squelch warnings',
|
15 |
license='GPL',
|
|
|
16 |
py_modules=['nowarnings'],
|
15 |
py_modules=['nowarnings'],
|
17 |
entry_points={
|
16 |
entry_points={
|
18 |
'nose.plugins.0.10': [
|
17 |
'nose.plugins.0.10': [
|
19 |
'nowarnings = nowarnings:NoWarnings'
|
18 |
'nowarnings = nowarnings:NoWarnings'
|
20 |
]
|
19 |
]
|