File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python-project-template/{% if include_docs %}docs{% endif %} Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2023, Astronomy Data Commons
3+ Copyright (c) 2024, LINCC Frameworks Team
44
55Redistribution and use in source and binary forms, with or without
66modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../src/"))
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1616
1717project = "{{project_name}}"
18- copyright = "2023 , {{author_name}}"
18+ copyright = "2024 , {{author_name}}"
1919author = "{{author_name}}"
2020release = version("{{project_name}}")
2121# for example take major/minor
You can’t perform that action at this time.
0 commit comments