There was an error while loading. Please reload this page.
1 parent 1c55cf6 commit 107b79bCopy full SHA for 107b79b
2 files changed
MANIFEST.in
@@ -12,6 +12,9 @@ include requirements.txt
12
# Include examples
13
include basic_usage.py
14
15
+# Include Python package
16
+recursive-include reghelp_client *.py
17
+
18
# Exclude development and build files
19
exclude .gitignore
20
exclude .github/workflows/*
pyproject.toml
@@ -72,7 +72,7 @@ docs = [
72
"Documentation" = "https://docs.reghelp.net/"
73
74
[tool.setuptools.packages.find]
75
-where = ["."]
+where = ["reghelp_client"]
76
include = ["reghelp_client*"]
77
exclude = ["tests*"]
78
0 commit comments