From f66aa688dffa13c6d7007b83aa45bb11668e0942 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 25 Mar 2016 12:39:38 -0700 Subject: [PATCH] NEWS: instructions for the distribution-name change --- NEWS.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 02822cd3a..a9e174073 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -59,6 +59,20 @@ compiler. (#1582, #2445) +New PyPI Distribution Name +-------------------------- + +Tahoe-LAFS is now known on PyPI as `tahoe-lafs`. It was formerly known as +`allmydata-tahoe`. This affects `pip install` commands. (#2011) + +Because of this change, if you use a git checkout, you may need to run `make +distclean` (to delete the machine-generated `src/allmydata/_appname.py` +file). You may also need to remove `allmydata-tahoe` from any virtualenvs +you've created, before installing `tahoe-lafs` into them. + +Note that the importable *package* name is still `allmydata`. This is +scheduled to be changed in a future release. (#1950) + Compatibility and Dependency Updates ------------------------------------