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

Re-add PEP 561 py.typed file to package #86

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

intgr
Copy link
Contributor

@intgr intgr commented Aug 31, 2023

Fixes #85. Last djangorestframework-dataclasses version 1.3.0 was missing py.typed file.

@intgr
Copy link
Contributor Author

intgr commented Aug 31, 2023

Validated:

% python3 -m build
% unzip -l dist/djangorestframework_dataclasses-1.3.0-py3-none-any.whl
Archive:  dist/djangorestframework_dataclasses-1.3.0-py3-none-any.whl
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  08-31-2023 10:35   rest_framework_dataclasses/__init__.py
     3683  08-31-2023 10:35   rest_framework_dataclasses/field_utils.py
     5555  08-31-2023 10:35   rest_framework_dataclasses/fields.py
        0  08-31-2023 10:35   rest_framework_dataclasses/py.typed         # <-- present
    36389  08-31-2023 10:35   rest_framework_dataclasses/serializers.py
      742  08-31-2023 10:35   rest_framework_dataclasses/types.py
     9774  08-31-2023 10:35   rest_framework_dataclasses/typing_utils.py
     1486  08-31-2023 11:32   djangorestframework_dataclasses-1.3.0.dist-info/LICENSE
    28665  08-31-2023 11:32   djangorestframework_dataclasses-1.3.0.dist-info/METADATA
       92  08-31-2023 11:32   djangorestframework_dataclasses-1.3.0.dist-info/WHEEL
       27  08-31-2023 11:32   djangorestframework_dataclasses-1.3.0.dist-info/top_level.txt
     1168  08-31-2023 11:32   djangorestframework_dataclasses-1.3.0.dist-info/RECORD
---------                     -------
    87581                     12 files

@oxan oxan merged commit 9b27756 into oxan:master Sep 4, 2023
8 checks passed
@intgr intgr deleted the fix-missing-pytyped-file branch September 11, 2023 08:51
@intgr
Copy link
Contributor Author

intgr commented Sep 11, 2023

Could you please make a release with this as well? This issue is preventing me from updating to 1.3.

@oxan
Copy link
Owner

oxan commented Sep 12, 2023

Sure, done!

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.

Version 1.3.0 wheel package is missing py.typed file
2 participants