Commit 1918a418 authored by Elias Dorneles's avatar Elias Dorneles

fix: use os.chdir to change directory

parent 21ab99e5
......@@ -191,6 +191,6 @@ setup_params = dict(
if __name__ == '__main__':
# allow setup.py to run from another directory
here and os.path.chdir(here)
here and os.chdir(here)
require_metadata()
dist = setuptools.setup(**setup_params)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment