[metadata] name = tavern-time-request description = Tavern plugin to add sent timestamp to request headers version = attr: tavern_time_request.__version__ # long_description = file: README.rst author = Dariusz Kędzierski author_email = dkedzierski@syncad.com url = https://taverntesting.github.io/ license = MIT license_file = LICENSE keywords = testing pytest classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers Framework :: Pytest Programming Language :: Python :: 3.6 Topic :: Utilities Topic :: Software Development :: Testing License :: OSI Approved :: MIT License [options] packages = find: include_package_data = True install_requires = tavern future [options.packages.find] exclude = tests [options.entry_points] tavern_http = time_request = tavern_time_request.tavernhook:TavernTimeRequestPlugin [bdist_wheel] universal = 1 [aliases] test=pytest