We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c5105 commit ed187cbCopy full SHA for ed187cb
DateIntervalCycler/_metadata.py
@@ -4,11 +4,11 @@
4
5
__version__ = "0.1.2"
6
__author__ = "Scott E. Boyce"
7
+__credits__ = "Scott E. Boyce"
8
+__maintainer__ = "Scott E. Boyce"
9
__email__ = "boyce@engineer.com"
10
__license__ = "MIT"
11
__status__ = "Development" # set to "Prototype", "Development", "Production"
-__maintainer__ = "Scott E. Boyce"
-__credits__ = "Contributor One, Contributor Two"
12
__url__ = "https://github.com/ScottBoyce-Python/DateIntervalCycler"
13
__description__ = "Cycle datetime intervals from a start date and list of (month, day) tuples."
14
__copyright__ = "Copyright (c) 2024 Scott E. Boyce"
0 commit comments