Skip to content

Commit

Permalink
I clearly dont understand __package__
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed Jul 10, 2024
1 parent e872c79 commit 44c5e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py4DSTEM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

from importlib.metadata import metadata

package_spec = __spec__
package_package = __package__
package_name = __name__
is_package_lite = "lite" in metadata(__package__)["Keywords"].lower().split(",")

### io
Expand Down

0 comments on commit 44c5e1a

Please sign in to comment.