diff --git a/LICENSE.rst b/LICENSE.rst index cfc1c0e..de98446 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,14 +1,3 @@ -`repo_stats` author: Jeff Jennings (jjennings@flatironinstitute.org) - -This package is based upon -the `OpenAstronomy packaging guide `_ -which is licensed under the BSD 3-clause license. - -This project is based upon the `Astropy package template `_ which is licensed under the terms -of the following license. - ---- - Copyright (c) 2018, Astropy Developers All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index d5f2fad..9e66ffa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ release = __version__ project = "repo_stats" -author = "Jeff Jennings" +author = "The Astropy Developers" copyright = f"{datetime.datetime.now().year}, {author}" # noqa: A001 # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d668d1b..1ac406b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dynamic = ["version"] readme = { file = "README.rst", content-type = "text/x-rst" } license = { file = "LICENSE.rst", content-type = "text/plain" } authors = [ - { name = "Jeff Jennings", email = "jjennings@flatironinstitute.org" }, + { name = "The Astropy Developers", email = "astropy.team@gmail.com" }, ] requires-python = ">=3.10" dependencies = ["matplotlib>=3.8.4", "numpy>=1.24", "pillow>=10.4.0", "requests>=2.32.2"]