From 9b258df21ec42fab1d4d18e597417b3776d28db8 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 25 Jun 2018 04:03:56 -0400 Subject: [PATCH] Fix setup.py and update changelog/news files Signed-off-by: Dan Ryan --- CHANGELOG.rst | 12 ++++++++++++ news/{2194.docs => 2194.doc} | 0 news/{2205.docs => 2205.doc} | 0 news/{2215.docs => 2215.doc} | 0 news/{2248.docs => 2248.doc} | 0 setup.py | 2 +- 6 files changed, 13 insertions(+), 1 deletion(-) rename news/{2194.docs => 2194.doc} (100%) rename news/{2205.docs => 2205.doc} (100%) rename news/{2215.docs => 2215.doc} (100%) rename news/{2248.docs => 2248.doc} (100%) 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',