Ready for first release

This commit is contained in:
Jürgen Edelbluth 2022-08-14 20:39:21 +00:00
parent a073e76df8
commit c8687d0baf
Signed by: jed
GPG Key ID: 6DEAEDD5CDB646DF
2 changed files with 5 additions and 3 deletions

View File

@ -129,4 +129,4 @@ Pull requests are always welcome. Since this Gitea instance is not open to publi
## License
Code is under MIT license. See [LICENCE.txt](./LICENSE.txt) for details.
Code is under MIT license. See `LICENSE.txt` for details.

View File

@ -1,16 +1,17 @@
[tool.poetry]
name = "pytest-csv-params"
version = "0.0.1"
version = "0.0.2"
description = "Pytest plugin for Test Case Parametrization with CSV files"
authors = ["Juergen Edelbluth <csv_params@jued.de>"]
license = "MIT"
repository = "https://git.codebau.dev/pytest-plugins/pytest-csv-params"
homepage = "https://git.codebau.dev/pytest-plugins/pytest-csv-params"
readme = "README.md"
keywords = [
"py.test", "pytest", "csv", "params", "parametrize", "pytest-plugin",
]
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 3 - Alpha",
"Environment :: Plugins",
"Framework :: Pytest",
"Intended Audience :: Developers",
@ -34,6 +35,7 @@ packages = [
"Issue Tracker" = "https://git.codebau.dev/pytest-plugins/pytest-csv-params/issues"
"Wiki" = "https://git.codebau.dev/pytest-plugins/pytest-csv-params/wiki"
"Releases" = "https://git.codebau.dev/pytest-plugins/pytest-csv-params/releases"
"Documentation" = "https://git.codebau.dev/pytest-plugins/pytest-csv-params/src/branch/main/README.md"
[tool.poetry.plugins."pytest11"]
"pytest-csv-params" = "pytest_csv_params.plugin"