26 lines
458 B
INI
26 lines
458 B
INI
|
[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
|