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
Oscar Pocock f35bd80767
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline failed
Packaged autophotographer and added tests and test pipelines
2022-04-28 22:17:20 +01:00

26 lines
No EOL
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