-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
setup.cfg
39 lines (37 loc) · 1.18 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
[metadata]
name = dxcam
version = 0.0.5
author = ra1nty
description = A Python high-performance screenshot library for Windows use Desktop Duplication API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ra1nty/DXcam
project_urls =
Source = https://github.com/ra1nty/DXcam
Tracker = https://github.com/ra1nty/DXcam/issues
keywords = screen, screenshot, screencapture, screengrab, windows
license = MIT
license_files =
LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Operating System :: Microsoft :: Windows :: Windows 8.1
Operating System :: Microsoft :: Windows :: Windows 10
Topic :: Multimedia :: Graphics
Topic :: Multimedia :: Graphics :: Capture
Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
[options]
packages = find:
python_requires = >=3.7
install_requires =
numpy
comtypes
[options.extras_require]
cv2 = opencv-python
[options.packages.find]
include = dxcam*