Files
displayarray/pyproject.toml
T

18 lines
421 B
TOML

[metadata]
name = 'displayarray'
version = '0.0.2'
description = 'Simple tool for working with multiple streams from OpenCV.'
author = 'SimLeek'
author_email = 'josh.miklos@gmail.com'
license = 'MIT/Apache-2.0'
url = 'https://github.com/simleek/displayarray'
[requires]
python_version = ['3.5', '3.6', 'pypy', 'pypy3']
[build-system]
requires = ['setuptools', 'wheel']
[tool.hatch.commands]
prerelease = 'hatch build'