Loading pyproject.toml +7 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ authors = [ "Dominik Sekotill <dom.sekotill@kodo.org.uk>", ] classifiers = [ "Development Status :: 3 - Alpha", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing :: BDD", "Typing :: Typed", ] packages = [ { include = "behave_utils" }, { include = "behave-stubs", from = "stubs" }, Loading Loading
pyproject.toml +7 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ authors = [ "Dominik Sekotill <dom.sekotill@kodo.org.uk>", ] classifiers = [ "Development Status :: 3 - Alpha", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing :: BDD", "Typing :: Typed", ] packages = [ { include = "behave_utils" }, { include = "behave-stubs", from = "stubs" }, Loading