Skip to content

Commit

Permalink
Merge pull request avocado-framework#31 from richtja/name_change
Browse files Browse the repository at this point in the history
Name change from Autils to AAutils
  • Loading branch information
richtja committed Dec 2, 2024
2 parents 7c3ca1a + 6557951 commit f7c01cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: |
discussion_data=$(gh api graphql -f query='{
search(first: 100, query: "repo:avocado-framework/autils is:open category:Release-decision", type: DISCUSSION) {
search(first: 100, query: "repo:avocado-framework/aautils is:open category:Release-decision", type: DISCUSSION) {
nodes {
... on Discussion {
id createdAt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# autils
# AAutils
Utility Libraries to power your tests (or general applications)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "autils"
name = "aautils"
dynamic = ["version"]
requires-python = ">=3.7"
authors = [
Expand All @@ -29,7 +29,7 @@ classifiers = [
]
[project.urls]
Homepage = "https://avocado-framework.github.io/autils.html"
Repository = "https://github.com/avocado-framework/autils"
Repository = "https://github.com/avocado-framework/aautils"

[tool.setuptools]
packages = ["autils"]
Expand Down

0 comments on commit f7c01cf

Please sign in to comment.