chore: update types + minor fixes

This commit is contained in:
relikd
2022-11-22 10:51:28 +01:00
parent b75102a211
commit e7ae59fadf
11 changed files with 46 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup
with open('README.md') as fp:
with open('README.md', encoding='utf8') as fp:
longdesc = fp.read()
setup(