Skip to content
Snippets Groups Projects
Commit 068994b9 authored by ulif's avatar ulif
Browse files

Add version attribute.

parent ac72ee63
No related branches found
No related tags found
No related merge requests found
import argparse
import os
import pkg_resources
import re
import sys
from random import SystemRandom
__version__ = pkg_resources.get_distribution('diceware').version
#: The directory in which wordlists are stored
SRC_DIR = os.path.dirname(__file__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment