-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (49 loc) · 1.51 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
51
52
53
54
55
[metadata]
name = pytest-flask-ligand
version = 0.1.14
summary = Pytest fixtures and helper functions to use for testing flask-ligand microservices.
description_file = README.rst
author = Ryan Gard
author_email = [email protected]
description_content_type = text/x-rst; charset=UTF-8
keywords = test, unittest
license = GNU General Public License v3 (GPLv3)
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Framework :: Pytest
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries
Topic :: Software Development :: Testing
Topic :: Utilities
Typing :: Typed
project_urls =
Changelog=https://github.com/cowofevil/pytest-flask-ligand/blob/main/CHANGELOG.md
Source=https://github.com/cowofevil/pytest-flask-ligand
Tracker=https://github.com/cowofevil/pytest-flask-ligand/issues
[files]
packages =
pytest_flask_ligand
data_files =
README.rst = README.rst
pytest_flask_ligand/py.typed = pytest_flask_ligand/py.typed
[bdist_wheel]
universal = 1
[options]
python_requires = >= 3.10
[options.entry_points]
pytest11 =
flask_ligand = pytest_flask_ligand
[pbr]
skip_authors = True
skip_changelog = True
skip_reno = True
[flake8]
max-line-length = 120