Skip to content

Commit

Permalink
Update project classifiers and docs copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Jan 17, 2025
1 parent 7c2b99d commit d0c4d2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys

project = "budge"
copyright = "2024, Jesse Brooklyn Hannah"
copyright = "2025, Jesse Brooklyn Hannah"
author = "Jesse Brooklyn Hannah"
release = importlib.metadata.version(project)
version = ".".join(release.split(".")[:2])
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ authors = [{ name = "Jesse Brooklyn Hannah", email = "[email protected]" }]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Office/Business :: Financial :: Accounting",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
requires-python = "~=3.13"
dependencies = ["python-dateutil~=2.9.0", "stockholm~=0.5.7"]
Expand Down

0 comments on commit d0c4d2d

Please sign in to comment.