File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,6 @@ gitghost help
64
64
- ` gitghost status ` shows private file changes.
65
65
- Keeps private data out of your public repo, but safely versioned.
66
66
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
-
73
67
## License
74
68
75
69
This project is licensed under the ** MIT License** . See the [ LICENSE] ( https://opensource.org/licenses/MIT ) file for details.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " gitghost"
7
- version = " 1.0.3 "
7
+ version = " 1.0.4 "
8
8
description = " Private version control for your Git ignored files."
9
9
authors = [
10
10
{ name = " Decoding Chris" }
@@ -28,4 +28,8 @@ classifiers = [
28
28
]
29
29
30
30
[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"
You can’t perform that action at this time.
0 commit comments