aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c0c166ea..b03fd40a 100755
--- a/setup.py
+++ b/setup.py
@@ -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)