Mark mypy as optional Update appimage step Fix platform case Remove icu check from appimage step as ComicTagger is not installed Add appimagetool to allowed commands Fix appimage paths Fix package.yaml Remove extraneous if Fix pypi upload Update requirements and Linux build dependencies Update linux packages in GitHub Actions
6 lines
74 B
Python
6 lines
74 B
Python
from __future__ import annotations
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|