-
Notifications
You must be signed in to change notification settings - Fork 653
/
setup.cfg
42 lines (38 loc) · 1.16 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = motioneye
version = attr: motioneye.VERSION
author = Calin Crisan, Jean Michault, ...
author_email = [email protected]
description = motioneye, a multilingual web interface for motion.
url = https://github.com/motioneye-project/motioneye
keywords = motion, video, surveillance, frontend
project_urls =
Bug Tracker = https://github.com/motioneye-project/motioneye/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
license = GNU General Public License v3.0
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = motioneye
include_package_data = False
python_requires = >=3.7
install_requires =
tornado
jinja2
pillow
pycurl
babel
boto3
[options.package_data]
motioneye = extra/*, static/*.*, static/*/*, templates/*, scripts/*, controls/*, handlers/*, utils/*, locale/*/LC_MESSAGES/*.mo
[options.entry_points]
console_scripts =
meyectl=motioneye.meyectl:main
motioneye_init=motioneye.motioneye_init:main
[codespell]
ignore-words-list = ot
skip = *.html,*.js,*.json,*.po,*.pot