File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ looked up at the following `Zenodo page <https://doi.org/10.5281/zenodo.591669>`
114114Additional Links
115115----------------
116116
117- Maintained by `Adam Ginsburg `_ and `Brigitta Sipocz <https://github.com/bsipocz >`_ (` astropy.astroquery@gmail.com `_)
117+ Maintained by `Adam Ginsburg `_ and `Brigitta Sipocz <https://github.com/bsipocz >`_
118118
119119
120120.. _Download Development ZIP : https://github.com/astropy/astroquery/zipball/main
Original file line number Diff line number Diff line change 1919from pathlib import Path
2020this_directory = Path (__file__ ).parent
2121
22- setup (long_description = "README.rst" , long_description_content_type = 'text/x-rst' )
22+ long_description = (this_directory / "README.rst" ).read_text ()
23+
24+ setup (long_description = long_description , long_description_content_type = 'text/x-rst' )
You can’t perform that action at this time.
0 commit comments