annotate MANIFEST.in @ 24:20c8ec56e447

logfile: Pull logfile thread out of Logger. This enables automatic garbage collection of Logger instances, since a running thread no longer has a reference to a Logger's self. It separates exclusive management of logfile state into the _writer_thread function, which now opens the file and writes it until it is told to stop by receiving the poison pill.
author Paul Fisher <paul@pfish.zone>
date Sun, 10 Nov 2019 23:07:11 -0500
parents 47987502bf4c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
47987502bf4c Add graph, make it public, and bump the version.
Paul Fisher <paul@pfish.zone>
parents: 7
diff changeset
1 recursive-include weather_server/static/ *
7
4c25d5bb3534 Fix manifest data paths.
Paul Fisher <paul@pfish.zone>
parents: 6
diff changeset
2 include weather_server/templates/*