Files
displayarray/pyproject.toml
2018-11-15 16:25:20 -07:00

18 lines
422 B
TOML

[metadata]
name = 'CVPubSubs'
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/CVPubSubs'
[requires]
python_version = ['2.7', '3.5', '3.6', 'pypy', 'pypy3']
[build-system]
requires = ['setuptools', 'wheel']
[tool.hatch.commands]
prerelease = 'hatch build'