1. 16 Mar, 2014 1 commit
  2. 12 Feb, 2014 1 commit
    • Wyatt Lee Baldwin's avatar
      Add support for PEP 420 namespace packages to find_packages() · 80fc5b6d
      Wyatt Lee Baldwin authored
      On Python 3.3+, `find_packages()` now considers any subdirectory of the
      start directory that's not a regular package (i.e., that doesn't have an
      `__init__.py`) to be a namespace package.
      
      The other way this supports PEP 420 is by making sure `__pycache__`
      directories are never added to the list of packages.
      
      Fixes issue #97
      80fc5b6d
  3. 16 Mar, 2014 5 commits
  4. 12 Feb, 2014 1 commit
  5. 16 Mar, 2014 1 commit
  6. 12 Feb, 2014 3 commits
  7. 15 Mar, 2014 5 commits
  8. 14 Mar, 2014 3 commits
  9. 11 Mar, 2014 1 commit
  10. 10 Mar, 2014 4 commits
  11. 08 Mar, 2014 5 commits
  12. 06 Mar, 2014 10 commits