cosmetic and typing-related changes

This commit is contained in:
Jan Petykiewicz 2020-11-01 20:16:46 -08:00
commit 6913f73db4
5 changed files with 256 additions and 199 deletions

View file

@ -2,7 +2,8 @@
from setuptools import setup, find_packages
with open('README.md', 'r') as f:
with open('README.md', 'rt') as f:
long_description = f.read()
with open('mem_edit/VERSION.py', 'rt') as f: