-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (42 loc) · 1.34 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
43
44
[metadata]
name = pyautoeios
version = attr: src.pyautoeios.__VERSION__
author = Brett Moan
author-email = [email protected]
home-page = https://github.com/BrettMoan/pyautoeios
description = automate an old school classic
long-description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause
license-file = LICENSE
platform = any
keywords = {keywords}
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Environment :: Win32 (MS Windows)
Operating System :: Microsoft :: Windows :: Windows 10
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Games/Entertainment
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Image Processing
project_urls =
Bug Tracker = https://github.com/BrettMoan/pyautoeios/issues
Changelog = https://github.com/BrettMoan/pyautoeios/blob/master/CHANGELOG.md
include_package_data = True
[options]
package_dir=
=src
packages=find:
install_requires =
pillow
pyautogui
psutil
setuptools
opencv-contrib-python
[options.packages.find]
where=src