Skip to content

Commit 058155c

Browse files
committed
chore(docs): remove old user/repo references and sanitize local paths
1 parent 8ff8645 commit 058155c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sphinx-build -b html docs docs/_build/html
8686

8787
```bash
8888
# Clone the repository
89-
git clone https://github.com/magicman/python-project-deployment.git
89+
git clone https://github.com/Magic-Man-us/PythonProjectDeployment.git
9090
cd python-project-deployment
9191

9292
# Install in development mode

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ To develop or modify the scaffolder itself:
224224

225225
```bash
226226
# Clone/navigate to the scaffolder directory
227-
cd /home/magicman/workplace/PythonProjectDeployment
227+
cd $(pwd) # run this from the repository root
228228

229229
# Install in dev mode
230230
uv venv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ disallow_untyped_defs = true
6969

7070
[tool.ruff]
7171
line-length = 100
72-
target-version = "py310"
72+
target-version = "py313"
7373

7474
[tool.ruff.lint]
7575
select = ["E", "F", "I", "N", "W", "B", "C4"]

0 commit comments

Comments
 (0)