Skip to content

Commit ed187cb

Browse files
committed
fix: _metadata __credits__ field with actual names
1 parent 63c5105 commit ed187cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DateIntervalCycler/_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
__version__ = "0.1.2"
66
__author__ = "Scott E. Boyce"
7+
__credits__ = "Scott E. Boyce"
8+
__maintainer__ = "Scott E. Boyce"
79
__email__ = "boyce@engineer.com"
810
__license__ = "MIT"
911
__status__ = "Development" # set to "Prototype", "Development", "Production"
10-
__maintainer__ = "Scott E. Boyce"
11-
__credits__ = "Contributor One, Contributor Two"
1212
__url__ = "https://github.com/ScottBoyce-Python/DateIntervalCycler"
1313
__description__ = "Cycle datetime intervals from a start date and list of (month, day) tuples."
1414
__copyright__ = "Copyright (c) 2024 Scott E. Boyce"

0 commit comments

Comments
 (0)