diff --git a/.copier-answers.yml b/.copier-answers.yml index a567e66..1ae3936 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 6f28b69 +_commit: ea9f24b _src_path: https://github.com/python-project-templates/base.git add_extension: jupyter email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index 3b96c02..b4ae6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend="hatchling.build" [project] name = "python-template-jupyter" authors = [{name = "Python Project Template Authors", email = "3105306+timkpaine@users.noreply.github.com"}] -description="A Jupyter-Python project template" +description = "A Jupyter-Python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0"