File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>. All rights reserved.
1+ Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>. All rights reserved.
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license_files = LICENSE.txt
1616author = Kevin Locke
1717author_email = kevin@kevinlocke.name
1818# Copyright statement for sphinx and other non-setup uses
19- copyright = Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>
19+ copyright = Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>
2020url = https://github.com/kevinoid/python-project-template
2121# Project URLs for specific purposes
2222# https://packaging.python.org/guides/distributing-packages-using-setuptools/?highlight=keywords#project-urls
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# This file is part of packagename <https://github.com/kevinoid/packagename>
33# Made available under the terms of the MIT License, see LICENSE.txt
4- # Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>
4+ # Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>
55"""
66Distutils/Setuptools Setup Script.
77
Original file line number Diff line number Diff line change 11# This file is part of python-project-template
22# Made available under the terms of the MIT License, see LICENSE.txt
3- # Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>
3+ # Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>
44"""packagename module."""
55
66# Note: Must comply with https://peps.python.org/pep-0440/
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22# This file is part of python-project-template
33# Made available under the terms of the MIT License, see LICENSE.txt
4- # Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>
4+ # Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>
55"""Entry point for running packagename as a command-line tool."""
66
77import sys
Original file line number Diff line number Diff line change 11# PYTHON_ARGCOMPLETE_OK
22# This file is part of python-project-template
33# Made available under the terms of the MIT License, see LICENSE.txt
4- # Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>
4+ # Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>
55"""Command-line interface for packagename."""
66
77import argparse
3232 + __version__
3333 + '''
3434
35- Copyright 2019-2022 Kevin Locke <kevin@kevinlocke.name>
35+ Copyright 2019-2026 Kevin Locke <kevin@kevinlocke.name>
3636
3737%(prog)s is free software; you can redistribute it and/or modify
3838it under the terms of the MIT License.
You can’t perform that action at this time.
0 commit comments