mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
6abdbc195e
The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.
15 lines
656 B
INI
15 lines
656 B
INI
[bdist_wheel]
|
|
universal=1
|
|
|
|
[metadata]
|
|
license_file = COPYING.md
|
|
|
|
[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.*
|
|
error |decodestring\(\) is a .*| DeprecationWarning | notebook.*
|