Skip to content

Commit 5db8bb7

Browse files
committed
Changed permissions on bat files under linux
fixed typo in setup.py
1 parent 3356914 commit 5db8bb7

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

clean.bat

100644100755
File mode changed.

dev.bat

100644100755
File mode changed.

install.bat

100644100755
File mode changed.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def readme(fname='README.md'):
2222
long_description=readme(),
2323
zip_safe=False,
2424
# py_modules=['mt'], #python files as modules. still imported by this name.. 'import mt'
25-
packages=['mt', ], #packages are folders. each must have __inint__.py These are imported by this name... 'import mt'
25+
packages=['mt', ], #packages are folders. each must have __init__.py These are imported by this name... 'import mt'
2626
)

uninstall.bat

100644100755
File mode changed.

0 commit comments

Comments
 (0)