forked from jan/mem_edit
cosmetic and typing-related changes
This commit is contained in:
parent
9759645f92
commit
6913f73db4
5 changed files with 256 additions and 199 deletions
3
setup.py
3
setup.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue