Skip to content

Commit

Permalink
It’s a pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 17, 2024
1 parent c7e0590 commit c7d583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/1268.breaking.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
All packaging metadata except from `__version__` and `__version_info__` has been removed from the `attr` and `attrs` modules (for example, `attrs.__url__`).

Please use [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html) or [`importlib_metadata`](https://pypi.org/project/importlib-metadata/) instead.
Please use [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html) or [*importlib_metadata*](https://pypi.org/project/importlib-metadata/) instead.

0 comments on commit c7d583e

Please sign in to comment.