File: setup.cfg

package info (click to toggle)
python-pytest-freezegun 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 223; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
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
[metadata]
name = pytest-freezegun
version = 0.4.2
description = Wrap tests with fixtures in freeze_time
long_description = file:README.rst
author = Tomasz Kontusz
author_email = tomasz.kontusz@gmail.com
maintainer = Tomasz Kontusz
maintainer_email = tomasz.kontusz@gmail.com
license = MIT
url = https://github.com/ktosiek/pytest-freezegun
classifiers =
    Development Status :: 4 - Beta
    Framework :: Pytest
    Intended Audience :: Developers
    Topic :: Software Development :: Testing
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.5
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: Implementation :: PyPy
    Operating System :: OS Independent
    License :: OSI Approved :: MIT License

[options]
zip_safe = True
py_modules =
    pytest_freezegun
install_requires =
    freezegun>0.3
    pytest>=3.0.0

[options.entry_points]
pytest11 =
    freezegun = pytest_freezegun

[sdist]
formats = zip

[bdist_wheel]
universal = 1