diff --git a/setup.py b/setup.py index ceb760d..7b9d751 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ from setuptools import setup from os.path import abspath, dirname, join, isfile, isdir from os import walk +import os # Define package information SKILL_CLAZZ = "TodayInHistory" # Make sure it matches __init__.py class name