Skip to content

Commit

Permalink
generic: fix setup.py documentation parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored and drjova committed Dec 3, 2024
1 parent 9399a1f commit 4136568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ INSPIRE-specific utils.
Tests should be run both for python 2 and python 3.
For python 2 its recommended to run them through docker:
```bash
# building the image python 3 and python 2
docker build -f Dockerfile.py2 -t inspire-utils:py2 .
docker run inspire-utils:py2 pytest tests
```
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
platforms="any",
description=__doc__,
long_description=readme,
long_description_content_type="text/markdown",
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,
Expand Down

0 comments on commit 4136568

Please sign in to comment.