12 lines
293 B
Python
12 lines
293 B
Python
""" SpellChecker Information """
|
|
|
|
|
|
__author__ = "Tyler Barrus"
|
|
__maintainer__ = "Tyler Barrus"
|
|
__email__ = "barrust@gmail.com"
|
|
__license__ = "MIT"
|
|
__version__ = "0.7.2"
|
|
__credits__ = ["Peter Norvig"]
|
|
__url__ = "https://github.com/barrust/pyspellchecker"
|
|
__bugtrack_url__ = f"{__url__}/issues"
|