Skip to content

Commit

Permalink
Adds py12 enviroment to parent tox
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Mar 5, 2024
1 parent 0d55e91 commit 6ae3c5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions {{ cookiecutter.package_name }}/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@

import datetime

# -- Project information -----------------------------------------------------

# The full version, including alpha/beta/rc tags
from {{ cookiecutter.module_name }} import __version__

release = __version__
# -- Project information -----------------------------------------------------




project = "{{ cookiecutter.package_name }}"
copyright = str(datetime.datetime.now().year) + " , {{ cookiecutter.author_name }}" # noqa: A001
Expand Down

0 comments on commit 6ae3c5c

Please sign in to comment.