File: pyproject.toml

package info (click to toggle)
dogtail 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: python: 6,124; makefile: 56; sh: 7
file content (18 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "dogtail"
version = "1.0.7"
description = "GUI test tool and automation framework that uses Accessibility (a11y) technologies to communicate with desktop applications."
readme = { file = "README.rst", content-type = "text/x-rst" }
requires-python = ">=3.6"
authors = [
    {name = "Zack Cerza", email = "zcerza@redhat.com"},
    {name = "Ed Rousseau", email = "rousseau@redhat.com"},
    {name = "David Malcolm", email = "dmalcolm@redhat.com"},
    {name = "Vitezslav Humpa", email = "vhumpa@redhat.com"},
    {name = "Michal Odehnal", email = "modehnal@redhat.com"}
]
urls = { "Homepage" = "https://gitlab.com/dogtail/dogtail" }