From 457fde0ac081d08e9b42b3aaeb2e81cd2a7d96a2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 05:19:11 +0000 Subject: [PATCH] Update from copier (2024-12-22T05:19:11) --- .copier-answers.yml | 2 +- pyproject.toml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 33a8fbd..9038e85 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 573d8d6 +_commit: 6f28b69 _src_path: https://github.com/python-project-templates/base.git add_extension: js email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index 6e19274..4c3f570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ keywords = [] classifiers = [ "Development Status :: 3 - Alpha", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", @@ -28,10 +29,6 @@ classifiers = [ dependencies = [] -[project.urls] -Repository = "https://github.com/python-project-templates/python-template-js" -Homepage = "https://github.com/python-project-templates/python-template-js" - [project.optional-dependencies] develop = [ "build", @@ -48,6 +45,10 @@ develop = [ [project.scripts] +[project.urls] +Repository = "https://github.com/python-project-templates/python-template-js" +Homepage = "https://github.com/python-project-templates/python-template-js" + [tool.bumpversion] current_version = "0.1.0" commit = true