setup.cfg
613 Bytes
# Setting up
[metadata]
name = application-deployer
version = 0.0.1
author = Vincent Nambatac (ChromediaInc)
author_email = vincent.nambatac@chromedia.com
description = App deployer for aws environment
url = https://gitlab.chromedia.com/ops/app-deployer.git
# long_description=long_description,
# keywords=['python', 'video', 'stream', 'video stream', 'camera stream', 'sockets'],
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.8
include_package_data = True