minor cleanups

This commit is contained in:
The MMGen Project 2021-04-16 11:06:10 +00:00
commit 21ba2476eb
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
5 changed files with 16 additions and 8 deletions

View file

@ -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',