-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
32 lines (27 loc) · 902 Bytes
/
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
[metadata]
name = indi_pylibcamera
version = attr: indi_pylibcamera.__version__
author = Ronald Schreiber
author_email = [email protected]
description = An INDI driver for Raspberry Pi cameras supported by libcamera
long_description = file: README.md, CHANGELOG, LICENSE
long_description_content_type = text/markdown
url = https://github.com/scriptorron/indi_pylibcamera
license_files = LICENSE
[options]
package_dir=
=src
packages = find:
include_package_data = True
python_requires = >=3.7
#install_requires =
# numpy>=1.24
# astropy>=5.2
# picamera2>=0.3
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
indi_pylibcamera = indi_pylibcamera.indi_pylibcamera:main
indi_pylibcamera_postinstall = indi_pylibcamera.indi_pylibcamera_postinstall:main
indi_pylibcamera_print_camera_information = indi_pylibcamera.print_camera_information:main