-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
50 lines (38 loc) · 1.13 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
45
46
47
48
49
50
[metadata]
name = pytest_netdut
url=https://github.com/aristanetworks/pytest-netdut
description = "Automated software testing for switches using pytest"
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
author = "David Snowdon"
author_email = "[email protected]"
maintainer = "Alex Webster"
maintainer_email = "[email protected]"
license = "BSD 3-Clause License"
license_files = file: LICENSE
keywords = pytest, eos
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Framework :: Pytest
Intended Audience :: Developers
Topic :: Software Development :: Testing
project_urls =
Source = https://github.com/aristanetworks/pytest-netdut/
Tracker = https://github.com/aristanetworks/pytest-netdut/issues
Documentation = https://github.com/aristanetworks/pytest-netdut/
[options]
packages = find:
package_dir=
=src
install_requires =
pexpect >= 4.8.0
pyeapi>=0.8.4
pytest>=3.5.0,<7.3
six>=1.15
packaging>=22.0
[options.packages.find]
where=src
[options.package_data]
* = README.md