Skip to content

Commit 1a72e1a

Browse files
bsipoczsnbianco
authored andcommitted
MAINT: back with the long description
1 parent 4d30588 commit 1a72e1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ looked up at the following `Zenodo page <https://doi.org/10.5281/zenodo.591669>`
114114
Additional 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

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
from pathlib import Path
2020
this_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')

0 commit comments

Comments
 (0)