Skip to content

Commit 6f47f5f

Browse files
committed
cleanup unnecessary files
1 parent b9e3c56 commit 6f47f5f

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,12 @@ $ gmu dp -h
108108
│ --help -h Show this message and exit. │
109109
╰────────────────────────────────────────────────────────────────────────────────────╯
110110
```
111+
112+
## Development
113+
114+
Once you checkout or clone the Git repo,
115+
you can install project dependencies via:
116+
117+
```shell
118+
pip install -e .[dev]
119+
```

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ Changelog = "https://github.com/rnag/GMU-Daily-Permit-Automation/blob/main/CHANG
5050

5151
[project.scripts]
5252
gmu = "gmu_cli.cli:main" # Adjust this to point to your main function
53+
54+
[project.optional-dependencies]
55+
dev = ["bump2version"]

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)