Skip to content

Commit 52968f5

Browse files
Refactor: Apply Copier template (#20)
[skip-changelog]
1 parent c5c205a commit 52968f5

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.copier-answers.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
# Changes here will be overwritten by Copier
22

3-
_commit: 0.1.7
3+
_commit: 0.1.9
44
_src_path: [email protected]:neuromath/python-template.git
55
author_email: ''
66
author_name: Blue Brain Project, EPFL
77
copyright_license: Apache License 2.0
88
copyright_year: '2022'
9-
download_url: [email protected]:BlueBrain/dir-content-diff.git
9+
distribution_name: dir-content-diff
10+
download_url: https://github.com/BlueBrain/dir-content-diff
1011
init_git: false
1112
maintainer: Adrien Berchet (@adrien-berchet)
1213
package_name: dir_content_diff
1314
project_description: Simple tool to compare directory contents.
14-
project_name: dir-content-diff
15+
project_name: Directory Content Difference
1516
project_url: https://dir-content-diff.readthedocs.io
16-
repository: BlueBrain/dir-content-diff
17+
repository_name: dir-content-diff
18+
repository_namespace: BlueBrain
1719
repository_provider: github
20+
ssh_url: [email protected]:BlueBrain/dir-content-diff.git
1821
support_py37: false
1922
team_name: ''
20-
today: 29 August 2022
2123
tracker_url: https://github.com/BlueBrain/dir-content-diff/issues
2224
version: 1.1.0
2325

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
# -- Project information -----------------------------------------------------
1616

17-
project = "dir-content-diff"
17+
project = "Directory Content Difference"
1818

1919
# The short X.Y version
20-
version = metadata.version("dir_content_diff")
20+
version = metadata.version("dir-content-diff")
2121

2222
# The full version, including alpha/beta/rc tags
2323
release = version
@@ -61,10 +61,10 @@
6161
# html_static_path = ['_static']
6262

6363
html_theme_options = {
64-
"metadata_distribution": project,
64+
"metadata_distribution": "dir-content-diff",
6565
}
6666

67-
html_title = "Directory Content Difference"
67+
html_title = project
6868

6969
# If true, links to the reST sources are added to the pages.
7070
html_show_sourcelink = False

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pyproject.toml
1+
# SETUPTOOLS
22
[build-system]
33
requires = [
44
"setuptools>=42",

0 commit comments

Comments
 (0)