diff --git a/dodo.py b/dodo.py index e9bcd75..a05402f 100644 --- a/dodo.py +++ b/dodo.py @@ -8,4 +8,4 @@ def task_wheel(): """Create bynary wheel distribution""" return { 'actions': ['python3 -m build -w'] - } \ No newline at end of file + } diff --git a/frontend/__main__.py b/frontend/__main__.py index 26fb6c4..ae13128 100644 --- a/frontend/__main__.py +++ b/frontend/__main__.py @@ -5,4 +5,4 @@ from .todo_tk import Application if __name__ == "__main__": app = Application() - app.main(app.login()) \ No newline at end of file + app.main(app.login()) diff --git a/setup.cfg b/setup.cfg index 38b80cd..6cf0cba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ install_requires = requests; python_version >= "3.6" [options.package_data] -frontend = */*/django-todo.mo \ No newline at end of file +frontend = */*/django-todo.mo