Skip to content

Commit

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

## 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\>

## Contributors
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

> A pre-commit plugin to align pre-commit repository versions with those derived by pip-tools..
_**A pre-commit plugin to align pre-commit repository versions with those derived by pip-tools.**_

[![PyPI][pypi-image]][pypi-url]
[![Downloads][downloads-image]][downloads-url]
Expand Down Expand Up @@ -184,7 +184,7 @@ _For more examples and usage, please refer to the [Wiki][wiki]._
- [**Changelog**](https://piptools-sync.readthedocs.io/en/latest/changelog.html)
- [**API Reference**](https://piptools-sync.readthedocs.io/en/latest/autoapi/index.html)

- [**Wiki**](https://github.com/Stephen-RA-King/piptools-sync/wiki)
[**Wiki**](https://github.com/Stephen-RA-King/piptools-sync/wiki)

## Future Enhancements

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name = piptools_sync
version = attr: piptools_sync.__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 = A piptools pre-commit version sync utility
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/piptools_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__version__ = "1.0.2"
__author__ = "Stephen R A King"
__description__ = "A piptools pre-commit version sync utility"
__email__ = "stephen.ra.king@gmail.com"
__email__ = "sking.github@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Stephen R A King"

Expand Down

0 comments on commit 9cfd29f

Please sign in to comment.