Skip to content

Commit 7ce3929

Browse files
committed
chore: rename to pytest-behave
1 parent a79f8d1 commit 7ce3929

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## **PyTestBehave Test Automation Framework**
22

3-
![GitHub actions workflow status](https://img.shields.io/github/actions/workflow/status/argodevops/pyTestBehave/main.yml)
4-
![GitHub language count](https://img.shields.io/github/languages/count/argodevops/pyTestBehave)
5-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytestbehave)
6-
![PyPI - License](https://img.shields.io/pypi/l/pytestbehave)
7-
![PyPI - Version](https://img.shields.io/pypi/v/pytestbehave)
8-
![GitHub Downloads](https://img.shields.io/github/downloads/argodevops/pytestbehave/total)
3+
![GitHub actions workflow status](https://img.shields.io/github/actions/workflow/status/argodevops/pytest-behave/main.yml)
4+
![GitHub language count](https://img.shields.io/github/languages/count/argodevops/pytest-behave)
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytest-behave)
6+
![PyPI - License](https://img.shields.io/pypi/l/pytest-behave)
7+
![PyPI - Version](https://img.shields.io/pypi/v/pytest-behave)
8+
![GitHub Downloads](https://img.shields.io/github/downloads/argodevops/pytest-behave/total)
99

1010
```
1111
____ _____ _ ____ _

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "PyTestBehave"
3-
version = "1.0.1"
2+
name = "pytest-behave"
3+
version = "1.0.2"
44
authors = [
55
{ name="Argo DevOps", email="[email protected]" },
66
]
@@ -16,8 +16,8 @@ classifiers = [
1616
]
1717

1818
[project.urls]
19-
Homepage = "https://github.com/argodevops/pytestbehave"
20-
Issues = "https://github.com/argodevops/pytestbehave/issues"
19+
Homepage = "https://github.com/argodevops/pytest-behave"
20+
Issues = "https://github.com/argodevops/pytest-behave/issues"
2121

2222
[build-system]
2323
requires = ["hatchling"]

0 commit comments

Comments
 (0)