File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 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.git55author_email : ' '
66author_name : Blue Brain Project, EPFL
77copyright_license : Apache License 2.0
88copyright_year : ' 2022'
9- download_url :
[email protected] :BlueBrain/dir-content-diff.git9+ distribution_name : dir-content-diff
10+ download_url : https://github.com/BlueBrain/dir-content-diff
1011init_git : false
1112maintainer : Adrien Berchet (@adrien-berchet)
1213package_name : dir_content_diff
1314project_description : Simple tool to compare directory contents.
14- project_name : dir-content-diff
15+ project_name : Directory Content Difference
1516project_url : https://dir-content-diff.readthedocs.io
16- repository : BlueBrain/dir-content-diff
17+ repository_name : dir-content-diff
18+ repository_namespace : BlueBrain
1719repository_provider : github
20+ ssh_url :
[email protected] :BlueBrain/dir-content-diff.git1821support_py37 : false
1922team_name : ' '
20- today : 29 August 2022
2123tracker_url : https://github.com/BlueBrain/dir-content-diff/issues
2224version : 1.1.0
2325
Original file line number Diff line number Diff line change 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
2323release = version
6161# html_static_path = ['_static']
6262
6363html_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.
7070html_show_sourcelink = False
Original file line number Diff line number Diff line change 1- # pyproject.toml
1+ # SETUPTOOLS
22[build-system ]
33requires = [
44 " setuptools>=42" ,
You can’t perform that action at this time.
0 commit comments