|
| 1 | +[metadata] |
| 2 | +name = unittest_expander |
| 3 | +author = Jan Kaliszewski (zuo) |
| 4 | + |
| 5 | +description = Easy and flexible unittest parameterization. |
| 6 | +long_description = file: README.rst |
| 7 | +long_description_content_type = text/x-rst |
| 8 | +license = MIT |
| 9 | +url = https://github.com/zuo/unittest_expander |
| 10 | +keywords = unittest, testing, parameterization, parametrization |
| 11 | +classifiers = |
| 12 | + Development Status :: 4 - Beta |
| 13 | + Intended Audience :: Developers |
| 14 | + License :: OSI Approved :: MIT License |
| 15 | + Operating System :: OS Independent |
| 16 | + Programming Language :: Python |
| 17 | + Programming Language :: Python :: 2.7 |
| 18 | + Programming Language :: Python :: 3 |
| 19 | + Programming Language :: Python :: 3.4 |
| 20 | + Programming Language :: Python :: 3.5 |
| 21 | + Programming Language :: Python :: 3.6 |
| 22 | + Programming Language :: Python :: 3.7 |
| 23 | + Programming Language :: Python :: 3.8 |
| 24 | + Programming Language :: Python :: 3.9 |
| 25 | + Programming Language :: Python :: 3.10 |
| 26 | + Topic :: Software Development :: Testing |
| 27 | + |
| 28 | +[options] |
| 29 | +py_modules = unittest_expander |
| 30 | +python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
| 31 | +setup_requires = setuptools>=44; wheel |
0 commit comments