Skip to content

Commit

Permalink
MAINT: back with the long description
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 24, 2025
1 parent a1c1156 commit 46ca592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ looked up at the following `Zenodo page <https://doi.org/10.5281/zenodo.591669>`
Additional Links
----------------

Maintained by `Adam Ginsburg`_ and `Brigitta Sipocz <https://github.com/bsipocz>`_ (`[email protected]`_)
Maintained by `Adam Ginsburg`_ and `Brigitta Sipocz <https://github.com/bsipocz>`_


.. _Download Development ZIP: https://github.com/astropy/astroquery/zipball/main
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
from pathlib import Path
this_directory = Path(__file__).parent

setup(long_description="README.rst", long_description_content_type='text/x-rst')
long_description = (this_directory / "README.rst").read_text()

setup(long_description=long_description, long_description_content_type='text/x-rst')

0 comments on commit 46ca592

Please sign in to comment.