Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add py.typed to ship types #68

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Add py.typed to ship types #68

merged 1 commit into from
Feb 22, 2024

Conversation

dobraczka
Copy link
Contributor

@dobraczka dobraczka commented Feb 22, 2024

Added py.typed to src/pystow in order to fix #67 .
Since v69.0.0 setuptools automatically adds py.typed to the distribution. Since you also add the src directory in your MANIFEST.in this should also ensure this.
I checked whether the proposed fix works locally (it did).

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8c46485) 66.70% compared to head (bde50fb) 66.70%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   66.70%   66.70%           
=======================================
  Files          10       10           
  Lines         949      949           
  Branches      198      198           
=======================================
  Hits          633      633           
  Misses        293      293           
  Partials       23       23           

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

@cthoyt cthoyt merged commit 969558b into cthoyt:main Feb 22, 2024
19 checks passed
@cthoyt
Copy link
Owner

cthoyt commented Feb 22, 2024

Thanks @dobraczka! new release coming soon

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.

Missing type information
3 participants