Skip to content

Commit

Permalink
Merge pull request #364 from pkgw/front-door-email
Browse files Browse the repository at this point in the history
Update the "front door" email address to hello@worldwidetelescope.org
  • Loading branch information
pkgw committed Aug 18, 2023
2 parents 3b636f4 + c4b2c9c commit 7106a7f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) Jupyter Development Team, AAS WorldWide Telescope team
# Copyright (c) Jupyter Development Team, WorldWide Telescope team
# Distributed under the terms of the Modified BSD License.

from __future__ import print_function
Expand Down Expand Up @@ -80,14 +80,14 @@

setup_args = dict(
name=name,
description="The AAS WorldWide Telescope from Python",
description="Interactively visualize astronomy data in WorldWide Telescope",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
version=version,
cmdclass=cmdclass,
packages=find_packages(),
author="AAS WorldWide Telescope team",
author_email="wwt@aas.org",
author="WorldWide Telescope team",
author_email="hello@worldwidetelescope.org",
url="https://github.com/WorldWideTelescope/pywwt",
license="BSD",
platforms="Linux, Mac OS X, Windows",
Expand Down Expand Up @@ -149,6 +149,7 @@
],
"lab": [
"jupyterlab",
"nbclassic",
"notebook",
],
},
Expand Down

0 comments on commit 7106a7f

Please sign in to comment.