minor cleanups
This commit is contained in:
parent
3b6f3ef3b0
commit
21ba2476eb
5 changed files with 16 additions and 8 deletions
2
setup.py
2
setup.py
|
|
@ -82,6 +82,8 @@ module1 = Extension(
|
|||
include_dirs = ['/usr/local/include',r'C:\msys64\mingw64\include',r'C:\msys64\usr\include'],
|
||||
)
|
||||
|
||||
os.umask(0o0022)
|
||||
|
||||
from mmgen.globalvars import g
|
||||
setup(
|
||||
name = 'mmgen',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue