Skip to content

Commit

Permalink
docs: update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Apr 19, 2023
1 parent b841811 commit 736bb43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Development Lead

- Stephen R A King \<stephen.ra.king@gmail.com\>
- Stephen R A King \<sking.github@gmail.com\>

## Maintainer

- Stephen R A King \<stephen.ra.king@gmail.com\>
- Stephen R A King \<sking.github@gmail.com\>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pynball

> Centralized management and utilization of all your Python versions, installations and virtual environments.
_**Centralized management and utilization of all your Python versions, installations and virtual environments.**_

[![PyPI][pypi-image]][pypi-url]
[![Downloads][downloads-image]][downloads-url]
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = pynball
version = attr: pynball.__version__
author = Stephen R A King
author_email = stephen.ra.king@gmail.com
author_email = sking.github@gmail.com
maintainer = Stephen R A King
maintainer_email = stephen.ra.king@gmail.com
maintainer_email = sking.github@gmail.com
description = Utility command line tool to manage python versions
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -36,7 +36,7 @@ include_package_data = True
python_requires = >=3.8
install_requires =
click>=8.1.3,<8.2.0
python-magic-bin==0.4.14
python-magic-bin==0.4.14;platform_system=='Windows'

[options.packages.find]
where=src
Expand Down

0 comments on commit 736bb43

Please sign in to comment.