Commit 54d74fea authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #689 from eliasdorneles/fix-path-chdir

Fix: use os.chdir to change directory (fixes #688)
parents b15b40d3 1918a418
......@@ -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