Add wheels to project #25

Merged
moscap merged 4 commits from add_wheels_to_project into master 2021-06-08 09:48:20 +03:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 4fdd63b234 - Show all commits

View File

@@ -8,4 +8,4 @@ def task_wheel():
"""Create bynary wheel distribution""" """Create bynary wheel distribution"""
return { return {
'actions': ['python3 -m build -w'] 'actions': ['python3 -m build -w']
} }

View File

@@ -5,4 +5,4 @@ from .todo_tk import Application
if __name__ == "__main__": if __name__ == "__main__":
app = Application() app = Application()
app.main(app.login()) app.main(app.login())

View File

@@ -8,4 +8,4 @@ install_requires =
requests; python_version >= "3.6" requests; python_version >= "3.6"
[options.package_data] [options.package_data]
frontend = */*/django-todo.mo frontend = */*/django-todo.mo