This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/setup.cfg

26 lines
458 B
INI
Raw Normal View History

[metadata]
name = autophotographer
description = Select aesthetic frames from a video file
long_description = README.md
author = Oscar Pocock
author_email = osp1@aber.ac.uk
license = GPLv3+
license_files = LICENSE.txt
[options]
packages =
autophotographer
python_requires = >=3.8
package_dir =
=src
zip_safe = no
[options.extras_require]
testing =
flake8>=4.0
pytest>=7.1
pytest-cov>=3.0
mypy>=0.950
[flake8]
max-line-length = 160