Skip to content

Commit

Permalink
Fix README, add README linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Jan 29, 2021
1 parent 4fac09f commit b06b881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Linting
run: |
tox -e lint
tox -e lint,readme
- name: Documentation check
run: |
echo "Uncomment me below once the badges are working..."
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
author_email=__email__,
maintainer=__maintainer__,
maintainer_email=__email__,
description=Path("README.rst").read_text("utf-8").splitlines()[2],
long_description=Path("README.rst").read_text("utf-8"),
description=Path("README.rst").read_text("utf-8").splitlines()[34],
long_description="\n".join(Path("README.rst").read_text("utf-8").splitlines()[:-4]).replace("|br|", r"\\"),
long_description_content_type="text/x-rst; charset=UTF-8",
url="https://github.com/msmdev/pygpcca",
download_url="https://pypi.org/project/pygpcca/",
Expand Down

0 comments on commit b06b881

Please sign in to comment.