Skip to content

Commit

Permalink
Removed setup.py as this is now managed via Poetry
Browse files Browse the repository at this point in the history
Poetry generates a setup.py as part of the building process. It's no longer
necessary to keep it in the Git repo.
  • Loading branch information
sybrenstuvel committed Aug 4, 2019
1 parent d3b010a commit fcf5b74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
6 changes: 0 additions & 6 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.

Expand Down
67 changes: 0 additions & 67 deletions setup.py

This file was deleted.

0 comments on commit fcf5b74

Please sign in to comment.