Skip to content

Commit

Permalink
Update names, emails, and meta
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Jul 19, 2022
1 parent 45b173c commit 6bda902
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD License

Copyright (c) 2021, Allen Institute for Cell Science
Copyright (c) 2022, Allen Institute for Cell Science
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions aicsimageio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from .aics_image import imread_xarray # noqa: F401
from .aics_image import imread_xarray_dask # noqa: F401

__author__ = "Jackson Maxfield Brown, Allen Institute for Cell Science"
__email__ = "jmaxfieldbrown@gmail.com, [email protected], [email protected]"
__author__ = "Eva Maxfield Brown, Allen Institute for Cell Science"
__email__ = "evamaxfieldbrown@gmail.com, [email protected], [email protected]"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "4.8.0"
Expand Down
4 changes: 2 additions & 2 deletions cookiecutter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_context:
full_name: "Jackson Maxfield Brown, Allen Institute for Cell Science"
email: "jmaxfieldbrown@gmail.com, [email protected], [email protected]"
full_name: "Eva Maxfield Brown, Allen Institute for Cell Science"
email: "evamaxfieldbrown@gmail.com, [email protected], [email protected]"
github_username: "AllenCellModeling"
project_name: "AICSImageIO"
project_slug: "aicsimageio"
Expand Down
2 changes: 1 addition & 1 deletion docs/GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The steering council is currently fixed to only include members directly from Al
Institute for Cell Science. This may be changed in the future, but this results in the
steering council currently consisting of:

- [Jackson Brown](https://github.com/JacksonMaxfield)
- [Eva Maxfield Brown](https://github.com/evamaxfield)
- [Daniel Toloudis](https://github.com/toloudis)

New members are added by nomination by a core developer. Nominees should have
Expand Down
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
main_doc = "index"

# General information about the project.
project = u"AICSImageIO"
copyright = u"2021, Jackson Maxfield Brown, Allen Institute for Cell Science"
author = u"Jackson Maxfield Brown, Allen Institute for Cell Science"
project = "AICSImageIO"
copyright = "2022, Eva Maxfield Brown, Allen Institute for Cell Science"
author = "Eva Maxfield Brown, Allen Institute for Cell Science"

# The version info for the project you"re documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -154,8 +154,8 @@
(
main_doc,
"aicsimageio.tex",
u"AICSImageIO Documentation",
u"Jackson Maxfield Brown, Allen Institute for Cell Science",
"AICSImageIO Documentation",
"Eva Maxfield Brown, Allen Institute for Cell Science",
"manual",
),
]
Expand All @@ -165,7 +165,7 @@

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(main_doc, "aicsimageio", u"AICSImageIO Documentation", [author], 1)]
man_pages = [(main_doc, "aicsimageio", "AICSImageIO Documentation", [author], 1)]


# -- Options for Texinfo output ----------------------------------------
Expand All @@ -177,7 +177,7 @@
(
main_doc,
"aicsimageio",
u"AICSImageIO Documentation",
"AICSImageIO Documentation",
author,
"aicsimageio",
(
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def run(self):
}

setup(
author="Jackson Maxfield Brown, Allen Institute for Cell Science",
author_email="jmaxfieldbrown@gmail.com, [email protected], [email protected]",
author="Eva Maxfield Brown, Allen Institute for Cell Science",
author_email="evamaxfieldbrown@gmail.com, [email protected], [email protected]",
cmdclass={"build_py": BuildPyCommand},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 6bda902

Please sign in to comment.