From 40b232640feee41ea00f255a3b1ac3bbcfaa403b Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 17 Aug 2023 17:25:31 -0400 Subject: [PATCH] Update the "front door" email address to hello@worldwidetelescope.org --- README.md | 15 +++++++-------- setup.py | 6 +++--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f789a6f..3eaf2ae 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,10 @@ # WWT Data Formats -[wwt_data_formats] is a low-level Python package that -interfaces with the various XML serialization formats used by the [AAS] -[WorldWide Telescope]. +[wwt_data_formats] is a low-level Python package that interfaces with the +various XML serialization formats used by [WorldWide Telescope]. [wwt_data_formats]: https://wwt-data-formats.readthedocs.io/ -[AAS]: https://aas.org/ [WorldWide Telescope]: http://www.worldwidetelescope.org/ @@ -80,10 +78,10 @@ maintained by ## Acknowledgments -[wwt_data_formats] is part of the AAS WorldWide Telescope system, a [.NET Foundation] -project managed by the non-profit [American Astronomical Society] (AAS). Work -on WWT has been supported by the AAS, the US [National Science Foundation] -(grants [1550701] and [1642446]), the [Gordon and Betty Moore Foundation], and +[wwt_data_formats] is part of the WorldWide Telescope system, a [.NET +Foundation] project. Work on WWT has been supported by the [American +Astronomical Society] (AAS), the US [National Science Foundation] (grants +[1550701], [1642446], and [2004840]), the [Gordon and Betty Moore Foundation], and [Microsoft]. [.NET Foundation]: https://dotnetfoundation.org/ @@ -91,5 +89,6 @@ on WWT has been supported by the AAS, the US [National Science Foundation] [National Science Foundation]: https://www.nsf.gov/ [1550701]: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1550701 [1642446]: https://www.nsf.gov/awardsearch/showAward?AWD_ID=1642446 +[2004840]: https://www.nsf.gov/awardsearch/showAward?AWD_ID=2004840 [Gordon and Betty Moore Foundation]: https://www.moore.org/ [Microsoft]: https://www.microsoft.com/ diff --git a/setup.py b/setup.py index 22e74ec..4e3f9e7 100644 --- a/setup.py +++ b/setup.py @@ -37,14 +37,14 @@ project homepage]. setup_args = dict( name="wwt_data_formats", # cranko project-name version="0.dev0", # cranko project-version - description="Low-level interface to AAS WorldWide Telescope data formats", + description="Low-level interface to WorldWide Telescope data formats", long_description=get_long_desc(), long_description_content_type="text/markdown", url="https://wwt-data-formats.readthedocs.io/", license="MIT", platforms="Linux, Mac OS X", - author="AAS WorldWide Telescope Team", - author_email="wwt@aas.org", + author="WorldWide Telescope Team", + author_email="hello@worldwidetelescope.org", classifiers=[ "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License",