Skip to content

Commit e6f2043

Browse files
Updated README.md to acknowledge upstream
1 parent ec851a2 commit e6f2043

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Tim Littlefair's Python Package Template
2+
3+
This repository was cloned in November 2025 from:
4+
https://github.com/microsoft/python-package-template
5+
6+
The upstream repository has not been updated since 2023 and may be abandoned.
7+
In this clone, I integrated all outstanding dependabot pull requests up to
8+
November 2025.
9+
10+
I plan to use this as a template for one or more Python packages I am
11+
considering submitting to or updating at PyPi.
12+
13+
As well as updating dependencies, I have also disabled three of the GitHub
14+
actions configured in the outdated upstream template which use secret tokens
15+
to automate to integration to with non-repository services (including GitHub
16+
itself and PyPi).
17+
For the time being I don't wish to automate these integrations but
18+
will consider re-enabling them if and when I am ready to publish my
19+
downstream changes.
20+
21+
The remainder of this file consists of the original text of README.md in
22+
the upstream repository.
23+
24+
125
# Python Project Template
226

327
This project is a template for creating Python projects that follows the Python Standards declared in PEP 621. It uses a pyproject.yaml file to configure the project and Flit to simplify the build process and publish to PyPI. Flit simplifies the build and packaging process for Python projects by eliminating the need for separate setup.py and setup.cfg files. With Flit, you can manage all relevant configurations within the pyproject.toml file, streamlining development and promoting maintainability by centralizing project metadata, dependencies, and build specifications in one place.

0 commit comments

Comments
 (0)