Skip to content

Fix wheel package contents - #265

Merged
sobolevn merged 1 commit into
bobthemighty:mainfrom
kondratevdev:issue-264
Sep 8, 2026
Merged

Fix wheel package contents#265
sobolevn merged 1 commit into
bobthemighty:mainfrom
kondratevdev:issue-264

Conversation

@kondratevdev

@kondratevdev kondratevdev commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Closes #264

@sobolevn

sobolevn commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

question: will this include py.typed file into the package?

@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (bd1e71a) to head (6b155d8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #265   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files           1        1           
  Lines         201      201           
  Branches       28       28           
=======================================
  Hits          201      201           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kondratevdev

Copy link
Copy Markdown
Contributor Author

question: will this include py.typed file into the package?

Yeah:

➜  punq git:(issue-264) unzip dist/*.whl -d /tmp/punq-wheel
Archive:  dist/punq-0.8.0-py3-none-any.whl
  inflating: /tmp/punq-wheel/punq/__init__.py  
  inflating: /tmp/punq-wheel/punq/py.typed  
  inflating: /tmp/punq-wheel/punq-0.8.0.dist-info/licenses/LICENSE  
  inflating: /tmp/punq-wheel/punq-0.8.0.dist-info/METADATA  
  inflating: /tmp/punq-wheel/punq-0.8.0.dist-info/WHEEL  
  inflating: /tmp/punq-wheel/punq-0.8.0.dist-info/top_level.txt  
  inflating: /tmp/punq-wheel/punq-0.8.0.dist-info/RECORD  

@sobolevn
sobolevn merged commit c5e7236 into bobthemighty:main Sep 8, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Punq 0.8.0 installs a top-level tests package

2 participants