Skip to content

Commit

Permalink
Revert "Remove deprecated pkg_resources (#66)"
Browse files Browse the repository at this point in the history
This reverts commit 53160ca.
  • Loading branch information
TShapinsky authored Jun 28, 2024
1 parent 86b2de2 commit dc2e30a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions alfalfa_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# ****************************************************************************************************


import pkg_resources

from alfalfa_client.alfalfa_client import AlfalfaClient

__version__ = pkg_resources.get_distribution('alfalfa-client').version

0 comments on commit dc2e30a

Please sign in to comment.