18 lines
422 B
TOML
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'
|