diff --git a/.copier-answers.yml b/.copier-answers.yml index 9790ab8..a57a5ce 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: python email: 3105306+timkpaine@users.noreply.github.com diff --git a/pyproject.toml b/pyproject.toml index f09352b..75947bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ keywords = [] classifiers = [ "Development Status :: 3 - Alpha", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", @@ -25,10 +26,6 @@ classifiers = [ dependencies = [] -[project.urls] -Repository = "https://github.com/python-project-templates/python-template" -Homepage = "https://github.com/python-project-templates/python-template" - [project.optional-dependencies] develop = [ "build", @@ -44,6 +41,10 @@ develop = [ [project.scripts] +[project.urls] +Repository = "https://github.com/python-project-templates/python-template" +Homepage = "https://github.com/python-project-templates/python-template" + [tool.bumpversion] current_version = "0.1.0" commit = true