aboutsummaryrefslogtreecommitdiff
path: root/development/distribute/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/distribute/README')
-rw-r--r--development/distribute/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/development/distribute/README b/development/distribute/README
deleted file mode 100644
index 3ba0c423475e..000000000000
--- a/development/distribute/README
+++ /dev/null
@@ -1,14 +0,0 @@
-distribute is a fork of the setuptools project.
-
-Distribute is intended to replace Setuptools as the standard method for working
-with Python module distributions.
-
-For those who may wonder why they should switch to Distribute over Setuptools,
-it's quite simple:
-
-- Distribute is a drop-in replacement for Setuptools.
-- The code is actively maintained, and has over 10 commiters.
-- Distribute offers Python 3 support!
-
-If you have pysetuptools installed, you need to remove it before installing
-this package.