ipydrawio/py_packages/ipydrawio-widgets/setup.cfg

77 wiersze
2.1 KiB
INI

# Copyright 2023 ipydrawio contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[metadata]
name = ipydrawio-widgets
description = Draw.io Diagrams as Jupyter Widgets (Kernel-only)
long_description = file: ./README.md
long_description_content_type = text/markdown
url = https://ipydrawio.rtfd.io
author = ipydrawio Contributors
author_email = ripxl@example.com
license = Apache-2.0
license_files = LICENSE.txt
project_urls =
Bug Tracker = https://github.com/deathbeds/ipydrawio/issues
Changelog = https://github.com/deathbeds/ipydrawio/blob/master/CHANGELOG.md
Coverage = https://app.codecov.io/gh/deathbeds/ipydrawio
Documentation = https://ipydrawio.rtfd.io
Source Code = https://github.com/deathbeds/ipydrawio
classifiers =
Development Status :: 4 - Beta
Framework :: IPython
Framework :: Jupyter
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
python_requires = >=3.8
package_dir =
= src
packages = find:
include_package_data = True
zip_safe = False
install_requires =
ipywidgets >=7.6,<9
jsonschema
[options.extras_require]
test =
jsonpointer
pytest
pytest-console-scripts
[options.packages.find]
where =
src
[coverage:run]
branch = True
source_pkgs =
ipydrawio_widgets
concurrency = multiprocessing
parallel = True
[coverage:html]
show_contexts = True