Skip to content

Commit f73508e

Browse files
committed
Update README and pyproject.toml
1 parent a5f7b8d commit f73508e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitGhost
22

3-
A simple CLI tool to securely manage private files and folders ignored in your public Git repositories.
3+
Private version control for your Git ignored files.
44

55
---
66

@@ -16,9 +16,9 @@ A simple CLI tool to securely manage private files and folders ignored in your p
1616

1717
## Requirements
1818

19-
- **Python 3.10 or higher**
20-
- Compatible with Ubuntu/Linux systems
21-
- An existing Git repository
19+
- Python 3.10 or higher
20+
- Git installed
21+
- GitHub CLI (`gh`) is required for private repo automation
2222

2323
---
2424

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitghost"
7-
version = "1.0.0"
8-
description = "A CLI tool to securely manage private files/folders ignored in public git repositories."
7+
version = "1.0.1"
8+
description = "Private version control for your Git ignored files."
99
authors = [
1010
{ name = "Decoding Chris" }
1111
]

0 commit comments

Comments
 (0)