Skip to content

Migrate to PEP 621 project metadata #413

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kurtmckee
Copy link

These changes now allow the poetry check command to run successfully and without warnings.

As a part of this change, the docs extra was removed in favor of the Poetry docs dependency group.

  • The built sdist was checked and confirmed to still have the tests/ directory, as well as the py.typed file.
  • The built wheel was checked and confirmed to still have the py.typed file.

Note

GitHub's diff is rendering this differently than I would prefer. The coverage and mypy configurations were not edited in any way, despite GitHub's diff highlighting; rather, the Poetry configuration was moved to the top of the file and renamed to [project] (or [project.*]) and updated.

These changes now allow the `poetry check` command
to run successfully and without warnings.

As a part of this change, the `docs` extra was removed
in favor of the Poetry `docs` dependency group.

The built sdist was checked and confirmed to still have
the `tests/` directory, as well as the `py.typed` file.
The built wheel was checked and confirmed to still have
the `py.typed` file.
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.

1 participant