mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
fix stubgen and add pyi files to package
This commit is contained in:
@ -40,7 +40,7 @@ if __name__ == "__main__":
|
||||
|
||||
for mod in modules:
|
||||
new_mod = mod.replace(prefix, '')
|
||||
contents.replace(mod, new_mod)
|
||||
contents = contents.replace(mod, new_mod)
|
||||
|
||||
# write out to the new location
|
||||
py_module = ext_module.replace(prefix, '')
|
||||
|
Reference in New Issue
Block a user