File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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 >`_
(` [email protected] `_) 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