diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc006db3..8039c71c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -151,6 +151,18 @@ Bug Fixes `_ +Improved Documentation +---------------------- + +- Update documentation wording to clarify Pipenv's overall role in the packaging ecosystem. `#2194 `_ + +- Added contribution documentation and guidelines. `#2205 `_ + +- Added instructions for supervisord compatibility. `#2215 `_ + +- Fixed broken links to development philosophy and contribution documentation. `#2248 `_ + + Vendored Libraries ------------------ diff --git a/news/2194.docs b/news/2194.doc similarity index 100% rename from news/2194.docs rename to news/2194.doc diff --git a/news/2205.docs b/news/2205.doc similarity index 100% rename from news/2205.docs rename to news/2205.doc diff --git a/news/2215.docs b/news/2215.doc similarity index 100% rename from news/2215.docs rename to news/2215.doc diff --git a/news/2248.docs b/news/2248.doc similarity index 100% rename from news/2248.docs rename to news/2248.doc diff --git a/setup.py b/setup.py index 7ba9c3d6..3931cde7 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ setup( author='Kenneth Reitz', author_email='me@kennethreitz.org', url='https://github.com/pypa/pipenv', - packages=find_packages(exclude=['tests']), + packages=find_packages(exclude=['tests', 'tasks']), entry_points={ 'console_scripts': [ 'pipenv=pipenv:cli',