Skip to content

Commit 5ef9fe4

Browse files
committed
Update README and pyproject.toml
1 parent 6ca9359 commit 5ef9fe4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ gitghost help
6464
- `gitghost status` shows private file changes.
6565
- Keeps private data out of your public repo, but safely versioned.
6666

67-
## Links
68-
69-
- **PyPI:** [https://pypi.org/project/gitghost/](https://pypi.org/project/gitghost/)
70-
- **Source Code:** [https://github.com/decodingchris/gitghost](https://github.com/decodingchris/gitghost)
71-
- **Issue Tracker:** [https://github.com/decodingchris/gitghost/issues](https://github.com/decodingchris/gitghost/issues)
72-
7367
## License
7468

7569
This project is licensed under the **MIT License**. See the [LICENSE](https://opensource.org/licenses/MIT) file for details.

pyproject.toml

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

55
[project]
66
name = "gitghost"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
description = "Private version control for your Git ignored files."
99
authors = [
1010
{ name = "Decoding Chris" }
@@ -28,4 +28,8 @@ classifiers = [
2828
]
2929

3030
[project.scripts]
31-
gitghost = "gitghost.cli:cli"
31+
gitghost = "gitghost.cli:cli"
32+
33+
[project.urls]
34+
Homepage = "https://github.com/decodingchris/GitGhost"
35+
Issues = "https://github.com/decodingchris/gitghost/issues"

0 commit comments

Comments
 (0)