Skip to content

Commit

Permalink
Revert "fix: trying to fix pling package"
Browse files Browse the repository at this point in the history
This reverts commit a8ae6e5.
  • Loading branch information
leoisl committed Nov 27, 2023
1 parent 410c61b commit c689fc1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@
else:
import importlib_metadata as metadata

__version__ = metadata.version("pling")

from .run_pling import main

__all__ = ["main"]
__version__ = metadata.version("pling")

0 comments on commit c689fc1

Please sign in to comment.