Skip to content

Commit 0eae5be

Browse files
committed
Consistently capitalise PyPI thus [minor]
1 parent 62fc9bc commit 0eae5be

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ http://pysam.readthedocs.io/en/latest/installation.html
55
Installing pysam
66
================
77

8-
Pysam can be installed through conda_, pypi_ and from the repository.
8+
Pysam can be installed through conda_, PyPI_ and from the repository.
99
The recommended way to install pysam is through conda/bioconda.
1010

1111
Conda installation
@@ -22,7 +22,7 @@ makes sure that dependencies are installed. Also, compilation flags
2222
will be set automatically, which will potentially save a lot of
2323
trouble on OS X.
2424

25-
Pypi installation
25+
PyPI installation
2626
=================
2727

2828
Pysam provides a python interface to the functionality contained
@@ -32,7 +32,7 @@ can be combined, ``builtin`` and ``external``.
3232
Builtin
3333
-------
3434

35-
The typical installation will be through pypi_::
35+
The typical installation will be through PyPI_::
3636

3737
pip install pysam
3838

@@ -86,7 +86,7 @@ To install from repository, type::
8686

8787
python setup.py install
8888

89-
For compilation options, see the section on Pypi installation above.
89+
For compilation options, see the section on PyPI installation above.
9090

9191
Requirements
9292
============

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ exclude pysam/config.py
1919

2020
include win32/*.[ch]
2121

22-
# exclude tests from pypi tar-ball - they
23-
# require additional data
22+
# exclude tests from sdist tarball as they require additional data
2423
prune tests/
2524

2625
# samtools

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Release 0.22.0
3939
This pysam release wraps htslib/samtools/bcftools 1.18 (PR #1208).
4040

4141
It has been tested with Python versions 3.6 through 3.12, and wheels are
42-
available via pypi_ for all of those Python versions. Python versions 3.6
42+
available via PyPI_ for all of those Python versions. Python versions 3.6
4343
and 3.7 are end-of-life; particularly if you use pysam with either of
4444
these versions, please vote in the version survey at issue #1230.
4545

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ lot of trouble.
2727

2828
The current version of pysam wraps 3rd-party code from htslib-1.21, samtools-1.21, and bcftools-1.21.
2929

30-
Pysam is available through `pypi
31-
<https://pypi.python.org/pypi/pysam>`_. To install, type::
30+
Pysam is available through `PyPI <https://pypi.org/project/pysam/>`_.
31+
To install, type::
3232

3333
pip install pysam
3434

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
.. _Galaxy: https://main.g2.bx.psu.edu/
6565
.. _cython: https://cython.org/
6666
.. _python: https://www.python.org/
67-
.. _pypi: https://pypi.org/
67+
.. _PyPI: https://pypi.org/
6868
.. _pip: https://pip.pypa.io/
6969
.. _pyximport: https://github.com/cython/cython/tree/master/pyximport
7070
.. _conda: https://conda.io/docs/

doc/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Installing pysam
55
================
66

7-
Pysam can be installed through conda_, pypi_ and from the repository.
7+
Pysam can be installed through conda_, PyPI_ and from the repository.
88
The recommended way to install pysam is through conda/bioconda.
99

1010
Conda installation
@@ -21,7 +21,7 @@ makes sure that dependencies are installed. Also, compilation flags
2121
will be set automatically, which will potentially save a lot of
2222
trouble on OS X.
2323

24-
Pypi installation
24+
PyPI installation
2525
=================
2626

2727
Pysam provides a python interface to the functionality contained
@@ -31,7 +31,7 @@ can be combined, ``builtin`` and ``external``.
3131
Builtin
3232
-------
3333

34-
The typical installation will be through pypi_::
34+
The typical installation will be through PyPI_::
3535

3636
pip install pysam
3737

@@ -89,7 +89,7 @@ To install from repository, type::
8989

9090
python setup.py install
9191

92-
For compilation options, see the section on Pypi installation above.
92+
For compilation options, see the section on PyPI installation above.
9393

9494
Requirements
9595
============

0 commit comments

Comments
 (0)