summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:31:01 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:31:01 +0200
commitfcf5b7457c70426a242b17db20dd4e34e1055f69 (patch)
treedb3823cf3fdf499f8311f0c51c7103924a97c8eb /doc
parentd3b010a8c0cc4678e743f89597a8a9e109d28736 (diff)
downloadrsa-git-fcf5b7457c70426a242b17db20dd4e34e1055f69.tar.gz
Removed setup.py as this is now managed via Poetry
Poetry generates a setup.py as part of the building process. It's no longer necessary to keep it in the Git repo.
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index 3ab3ab1..00c46d8 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -9,12 +9,6 @@ Depending on your system you may need to use ``sudo pip`` if you want to install
the library system-wide, or use ``pip install --user rsa`` to install the
library in your home directory.
-Installation from source is also quite easy. Download the source and
-then type::
-
- python setup.py install
-
-
The sources are tracked in our `Git repository`_ at
GitHub. It also hosts the `issue tracker`_.