Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
__pycache__
*.pyc
sources.list
_version.py*

/.idea/
/.venv/
/dist/
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include *.rst *.txt *.md
recursive-include docs *.rst *.txt *.md
recursive-include src/apt_select *
recursive-include typeshed/pyi *.py *.pyi
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Features
--------

* Tests latency to mirrors in a given country's mirror list at `mirrors.ubuntu.com <http://mirrors.ubuntu.com>`_.
- 3 requests are sent to each mirror, minumum round trip time being used for rank.
- 3 requests are sent to each mirror, minimum round trip time being used for rank.

* Reports latency, status, and bandwidth capacity of the fastest mirrors in a ranked list.
- Status and bandwidth are scraped from `launchpad <https://launchpad.net/ubuntu/+archivemirrors/>`_.
Expand Down
1 change: 0 additions & 1 deletion apt_select/__init__.py

This file was deleted.

250 changes: 0 additions & 250 deletions apt_select/__main__.py

This file was deleted.

Loading