Skip to content

Commit

Permalink
Merge pull request #3190 from bsipocz/MAINT_long_description
Browse files Browse the repository at this point in the history
MAINT: back with the long description
  • Loading branch information
bsipocz authored Jan 24, 2025
2 parents a1c1156 + 46ca592 commit 68b0f5b
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 68b0f5b

Please sign in to comment.