Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ background = static/dmg_background.png
bitmap = static/wininst_background.bmp

[ah_bootstrap]
auto_use = True
auto_use = False

[pep8]
# E101 - mix of tabs and spaces
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import builtins
else:
import __builtin__ as builtins
builtins._ASTROPY_SETUP_ = True
builtins._ASTROPY_SETUP_ = False

import astropy
from astropy_helpers.setup_helpers import (
Expand Down