2015-04-11 04:23:20 +08:00
|
|
|
[bdist_wheel]
|
|
|
|
universal=1
|
2016-01-09 20:59:51 +08:00
|
|
|
|
2018-06-09 04:57:54 +08:00
|
|
|
[metadata]
|
|
|
|
license_file = COPYING.md
|
|
|
|
|
2016-01-09 20:59:51 +08:00
|
|
|
[nosetests]
|
|
|
|
warningfilters=module |.* |DeprecationWarning |notebook.*
|
|
|
|
default |.* | Warning | notebook.*
|
|
|
|
ignore |.*metadata.* |DeprecationWarning |notebook.*
|
|
|
|
ignore |.*schema.* |UserWarning |nbfor.*
|
|
|
|
ignore |The 'warn' method is deprecated, use 'warning' instead | DeprecationWarning |notebook.*
|
|
|
|
error |encodestring\(\) is a deprecated alias, use encodebytes\(\)| DeprecationWarning | notebook.*
|
2017-03-14 23:50:53 +08:00
|
|
|
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*
|