Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from copier (2024-12-22T05:14:30) #20

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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: jupyter
email: [email protected]
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ keywords = []

classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3",
Expand All @@ -29,10 +30,6 @@ classifiers = [

dependencies = []

[project.urls]
Repository = "https://github.com/python-project-templates/python-template-jupyter"
Homepage = "https://github.com/python-project-templates/python-template-jupyter"

[project.optional-dependencies]
develop = [
"build",
Expand All @@ -50,6 +47,10 @@ develop = [

[project.scripts]

[project.urls]
Repository = "https://github.com/python-project-templates/python-template-jupyter"
Homepage = "https://github.com/python-project-templates/python-template-jupyter"

[tool.bumpversion]
current_version = "0.1.0"
commit = true
Expand Down
Loading