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