Skip to content

Commit 703a842

Browse files
authored
Fix PyPi upload (#142)
1 parent 7c6f4ed commit 703a842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The class ``BitMap`` is for 32 bit integers, it supports values from 0 to 2**32-
3838
For larger numbers, you can use the class ``BitMap64`` that supports values from 0 to 2**64-1 (included).
3939

4040
Installation from Pypi with pip
41-
----------------------
41+
-------------------------------
4242

4343
Supported systems: Linux, MacOS or Windows, Python 3.9 or higher. Note that pyroaring might still work with older Python
4444
versions, but they are not tested anymore.
@@ -67,7 +67,7 @@ If you want to use Python 3 and your system defaults on Python 2.7, you
6767
may need to adjust the above commands, e.g., replace ``python`` by ``python3``.
6868

6969
Installation with uv
70-
----------------------
70+
--------------------
7171

7272
If you are using uv to manage your project's dependencies, you can add pyroaring as follows:
7373

0 commit comments

Comments
 (0)