-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (31 loc) · 1.05 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
[metadata]
name = sony-camera-server
version = 0.0.5
author = Gustaf Waldemarson
author_email = [email protected]
description = A package for controlling Sony Imaging Devices
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Xaldew/sony-camera-server
project_urls =
Bug Tracker = https://github.com/Xaldew/sony-camera-server/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src
[options.package_data]
* = *.html, *.js, *.css, *.svg
[options.entry_points]
console_scripts =
sony-camera-server = sony_camera_server.sony_http_server:run
sony-media-transfer = sony_camera_server.sony_media_transfer:run
sony-media-erase = sony_camera_server.sony_media_erase:run
sony-snap-picture = sony_camera_server.sony_snap_picture:run