squeaknode/setup.cfg
2021-11-27 22:23:02 -08:00

20 lines
394 B
INI

[metadata]
license_files = LICENSE
author = Jonathan Zernik
description = Node for squeak protocol
long_description = file: README.md
long_description_content_type = text/markdown
[bdist_wheel]
universal = True
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source =
squeaknode
omit =
squeaknode/admin/squeak_admin_server_servicer.py
squeaknode/admin/webapp/app.py