fix egg build

This commit is contained in:
Conor Hughes 2018-10-20 18:11:36 -07:00
parent be0a9f91c0
commit d5ebcbe855
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import setuptools
SRCROOT = os.path.dirname(os.path.abspath(inspect.getsourcefile(lambda: None)))
READMES = [
'README.txt',
'README.md',
'CHANGES.txt'
]