Skip to content

Commit 1cf3428

Browse files
author
Guillaume Smith
committed
Render properly in Pypi.
1 parent c69ff73 commit 1cf3428

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-paillier |release|
2-
===============
2+
==========================
33

44
+---------------------+
55
| |travisM| |
@@ -22,7 +22,7 @@ Running unit tests
2222

2323
::
2424

25-
python setup.py test
25+
python setup.py test
2626

2727
Or use nose::
2828

@@ -34,8 +34,8 @@ Note related to gmpy2
3434
`gmpy2` is not required to use the library, but is preferred. A pure Python implementation is available but
3535
`gmpy2` drastically improves performances. As indication on a laptop not dedicated to benchmarking, running the example
3636
`examples/federated_learning_with_encryption.py` provided in the library took:
37-
- 4.5s with `gmpy2` installed
38-
- 35.7s without `gmpy2` installed
37+
- 4.5s with `gmpy2` installed
38+
- 35.7s without `gmpy2` installed
3939

4040
However, `gmpy2` is a requirement to run the tests.
4141

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
version=about['__version__'],
3030
description=about['__summary__'],
3131
long_description=open(os.path.join(here, "README.rst")).read(),
32-
long_description_content_type='text/markdown',
3332
url=about['__uri__'],
3433
download_url="https://pypi.python.org/pypi/phe/#downloads",
3534
author=about['__author__'],

0 commit comments

Comments
 (0)