forked from Perlence/AutoHotkey.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (38 loc) · 1.27 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
[metadata]
name = AutoHotkey.py
url = https://github.com/Perlence/AutoHotkey.py
project_urls =
Documentation = https://ahkpy.readthedocs.io/en/latest/
Changelog = https://github.com/Perlence/AutoHotkey.py/blob/master/CHANGES.md
Source Code = https://github.com/Perlence/AutoHotkey.py
Issue Tracker = https://github.com/Perlence/AutoHotkey.py/issues
license = BSD-3-Clause
author = Sviatoslav Abakumov
author_email = dust.harvesting@gmail.com
description = Write AutoHotkey scripts in Python
long_description = file: README.md
long_description_content_type = text/markdown
platforms = Windows
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
[options]
packages = ahkpy
include_package_data = true
python_requires = >= 3.7
[options.entry_points]
console_scripts =
ahkpy = ahkpy.launcher:main
[flake8]
max-line-length = 120
[tool:pytest]
addopts = -s -vv