File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 - name : Linting
5757 run : |
58- tox -e lint
58+ tox -e lint,readme
5959 - name : Documentation check
6060 run : |
6161 echo "Uncomment me below once the badges are working..."
Original file line number Diff line number Diff line change 1818 author_email = __email__ ,
1919 maintainer = __maintainer__ ,
2020 maintainer_email = __email__ ,
21- description = Path ("README.rst" ).read_text ("utf-8" ).splitlines ()[2 ],
22- long_description = Path ("README.rst" ).read_text ("utf-8" ),
21+ description = Path ("README.rst" ).read_text ("utf-8" ).splitlines ()[34 ],
22+ long_description = " \n " . join ( Path ("README.rst" ).read_text ("utf-8" ). splitlines ()[: - 4 ]). replace ( "|br|" , r"\\ " ),
2323 long_description_content_type = "text/x-rst; charset=UTF-8" ,
2424 url = "https://github.com/msmdev/pygpcca" ,
2525 download_url = "https://pypi.org/project/pygpcca/" ,
You can’t perform that action at this time.
0 commit comments