-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathsetup.cfg
40 lines (36 loc) · 1.03 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
[metadata]
name = tox_conda
description = tox plugin that provides integration with conda
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/tox-dev/tox-conda
author = Daniel R. D'Avella
author_email = [email protected]
maintainer = Bernat Gabor
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Framework :: tox
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Testing
[options]
packages = find:
install_requires =
ruamel.yaml>=0.15.0,<0.18
tox>=3.8.1,<4
python_requires = >=3.5
[options.packages.find]
exclude = tests
[options.entry_points]
tox =
conda = tox_conda.plugin
[tool:pytest]
testpaths = tests