File: setup.cfg

package info (click to toggle)
python-motionmount 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 414; makefile: 15
file content (29 lines) | stat: -rw-r--r-- 823 bytes parent folder | download
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
[metadata]
name = python-MotionMount
version = 2.3.1
author = Jaakko Laiho
author_email = j.laiho@vogels.com
description = Control your SIGNATURE MotionMount TVM7675 Pro using Python
long_description = file: README.md, LICENSE.txt
long_description_content_type = text/markdown
url = https://github.com/vogelsproducts/python-MotionMount
project_urls =
    Bug Tracker = https://github.com/vogelsproducts/python-MotionMount/issues
    repository = https://github.com/vogelsproducts/python-MotionMount
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent

[options]
package_dir =
    = src
packages = find:
python_requires = >=3.6
include_package_data = true

[options.packages.find]
where = src

[options.package_data]
motionmount = py.typed