squeaknode/setup.cfg

21 lines
394 B
INI
Raw Permalink Normal View History

2020-02-22 19:33:40 -08:00
[metadata]
2021-08-24 21:22:00 -07:00
license_files = LICENSE
author = Jonathan Zernik
description = Node for squeak protocol
long_description = file: README.md
long_description_content_type = text/markdown
2020-02-22 19:33:40 -08:00
[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