Skip to content

Commit

Permalink
Rename to gdbdbg
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 6, 2024
1 parent 0fa0c52 commit bc34cbc
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ requires = [
"relenv",
]
build-backend = "build"
backend-path = ["src/relenv_gdb"]
backend-path = ["src/gdbdbg"]

[tool.isort]
skip = "src/relenv_gdb/libpython.py"
skip = "src/gdbdbg/libpython.py"

[tool.black]
force_exclude = "libpython.py"
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[metadata]
name = relenv-gdb
version = attr: relenv_gdb.__version__
name = gdbdbg
version = attr: gdbdbg.__version__
author = Daniel A. Wozniak
author_email = <dwozniak@vmware.com>
description = gdb debugger for relenv
author_email = <dwozniak@broadcom.com>
description = gdb debugger
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/saltstack/relenv-gdb
Bug Tracker = https://github.com/saltstack/relenv-gdb/issues
url = https://github.com/saltstack/gdbdbg
Bug Tracker = https://github.com/saltstack/gdbdbg/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Expand All @@ -31,9 +31,9 @@ where=src

[options.entry_points]
console_scripts =
relenv-gdb = relenv_gdb.gdbinit:main
relenv-dbg = relenv_gdb.dbg:main
relenv-inject = relenv_gdb.inject:main
gdbdbg = gdbdbg.dbg:main
gdbdbg-gdb = gdbdbg.gdbinit:main
gdbdbg-inject = gdbdbg.inject:main

[flake8]
max-line-length = 120
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bc34cbc

Please sign in to comment.