diff options
author | Carsten Klein <trancesilken@gmail.com> | 2018-07-04 10:06:25 -0400 |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2018-07-04 10:06:25 -0400 |
commit | 26fce7125849d090dd65dd7c046515a347357f01 (patch) | |
tree | d68bb286b1ae695cb20f5c2cdec474de3db6cc47 | |
parent | b0a89a1c00ded4fe98f2e161066bc7b1ff933fc4 (diff) | |
download | external_python_setuptools-26fce7125849d090dd65dd7c046515a347357f01.tar.gz external_python_setuptools-26fce7125849d090dd65dd7c046515a347357f01.tar.bz2 external_python_setuptools-26fce7125849d090dd65dd7c046515a347357f01.zip |
Add changelog for PR #1312
-rw-r--r-- | changelog.d/1312.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1312.change.rst b/changelog.d/1312.change.rst new file mode 100644 index 00000000..9314f9e1 --- /dev/null +++ b/changelog.d/1312.change.rst @@ -0,0 +1 @@ +Introduce find_packages_ns() to find PEP 420 namespace packages. |