diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 16:30:47 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 16:30:47 -0500 |
commit | 952c1bafda1929c74c737646aa025e6ffad6632e (patch) | |
tree | 1fd158d08ce61d8a9f4e2b88d27026e7774f80ff /setuptools/extern/__init__.py | |
parent | 06872bb0bbbeb953e90bd0941444b0d499056557 (diff) | |
download | external_python_setuptools-952c1bafda1929c74c737646aa025e6ffad6632e.tar.gz external_python_setuptools-952c1bafda1929c74c737646aa025e6ffad6632e.tar.bz2 external_python_setuptools-952c1bafda1929c74c737646aa025e6ffad6632e.zip |
Modeling after Astropy's technique for bundling libraries, the imports are now much cleaner. Thanks @embray. Ref #229.
--HG--
branch : feature/issue-229
Diffstat (limited to 'setuptools/extern/__init__.py')
-rw-r--r-- | setuptools/extern/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/setuptools/extern/__init__.py |