aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-10-10 11:04:14 -0700
committerCody Logan <cody@lokken.dev>2023-10-10 11:04:14 -0700
commit878d4174248711906cfaf4e7bf10c0bf83af85f3 (patch)
tree5056f154df28386f543a18e045acfd695d58ec12
parent206f0fe0b97610fc371ad0acdd5146ac12eacfe7 (diff)
downloadwikiget-878d4174248711906cfaf4e7bf10c0bf83af85f3.tar.gz
wikiget-878d4174248711906cfaf4e7bf10c0bf83af85f3.zip
Move man-related files to docs directory
-rw-r--r--MANIFEST.in1
-rw-r--r--docs/Makefile (renamed from Makefile)0
-rw-r--r--docs/wikiget.1 (renamed from wikiget.1)0
-rw-r--r--docs/wikiget.1.md (renamed from wikiget.1.md)0
-rw-r--r--pyproject.toml2
5 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a24252d..429c6c8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
graft src
graft tests
+graft docs
global-exclude *.py[cod]
diff --git a/Makefile b/docs/Makefile
index 6ce62df..6ce62df 100644
--- a/Makefile
+++ b/docs/Makefile
diff --git a/wikiget.1 b/docs/wikiget.1
index 03a0c41..03a0c41 100644
--- a/wikiget.1
+++ b/docs/wikiget.1
diff --git a/wikiget.1.md b/docs/wikiget.1.md
index 45184f4..45184f4 100644
--- a/wikiget.1.md
+++ b/docs/wikiget.1.md
diff --git a/pyproject.toml b/pyproject.toml
index 8dc16ce..e8c63d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -63,7 +63,7 @@ exclude = [
]
[tool.hatch.build.targets.wheel.shared-data]
-"wikiget.1" = "share/man/man1/wikiget.1"
+"docs/wikiget.1" = "share/man/man1/wikiget.1"
"README.md" = "share/doc/wikiget/README.md"
"LICENSE" = "share/doc/wikiget/LICENSE"