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>`
114
114
Additional Links
115
115
----------------
116
116
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 >`_
118
118
119
119
120
120
.. _Download Development ZIP : https://github.com/astropy/astroquery/zipball/main
Original file line number Diff line number Diff line change 19
19
from pathlib import Path
20
20
this_directory = Path (__file__ ).parent
21
21
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