Commit fa9eb779 authored by Jason R. Coombs's avatar Jason R. Coombs

Update changelog

parent 2c0a6120
...@@ -3,13 +3,12 @@ CHANGES ...@@ -3,13 +3,12 @@ CHANGES
======= =======
--- ---
4.0 3.4
--- ---
* Issue #97: ``find_packages()`` now supports PEP 420 namespace packages. It * Issue #97: Added experimental support for PEP 420 namespace package
does so by considering all subdirectories of the start directory that discovery via the ``PEP420PackageFinder.find`` method. This new method will
aren't regular packages to be PEP 420 namespace packages (on Python 3.3+ discover packages for directories lacking an __init__.py module.
only).
--- ---
3.3 3.3
......
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