Skip to content

Commit

Permalink
Use in-package version file
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Apr 15, 2024
1 parent b88c51c commit 7f6c8bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elastic/cli/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import click
import ase.io
import elastic
import pkg_resources
from click import echo

verbose = 0
Expand All @@ -36,7 +35,7 @@
def banner():
if verbose > 1:
echo('Elastic ver. %s\n----------------------' %
pkg_resources.get_distribution("elastic").version)
elastic._version.version)


def set_verbosity(v):
Expand Down

0 comments on commit 7f6c8bb

Please sign in to comment.