Skip to content

Commit 107b79b

Browse files
committed
fix(setup): correct description + metadata
1 parent 1c55cf6 commit 107b79b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ include requirements.txt
1212
# Include examples
1313
include basic_usage.py
1414

15+
# Include Python package
16+
recursive-include reghelp_client *.py
17+
1518
# Exclude development and build files
1619
exclude .gitignore
1720
exclude .github/workflows/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docs = [
7272
"Documentation" = "https://docs.reghelp.net/"
7373

7474
[tool.setuptools.packages.find]
75-
where = ["."]
75+
where = ["reghelp_client"]
7676
include = ["reghelp_client*"]
7777
exclude = ["tests*"]
7878

0 commit comments

Comments
 (0)