COPYRIGHT
HISTORY.rst
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
pkg/setproctitle/__init__.py
pkg/setproctitle/py.typed
setproctitle.egg-info/PKG-INFO
setproctitle.egg-info/SOURCES.txt
setproctitle.egg-info/dependency_links.txt
setproctitle.egg-info/not-zip-safe
setproctitle.egg-info/requires.txt
setproctitle.egg-info/top_level.txt
src/c.h
src/darwin_set_process_name.c
src/darwin_set_process_name.h
src/setproctitle.c
src/spt.h
src/spt_config.h
src/spt_debug.c
src/spt_python.h
src/spt_setup.c
src/spt_setup.h
src/spt_status.c
src/spt_status.h
src/spt_strlcpy.c
tests/__init__.py
tests/conftest.py
tests/module_test.py
tests/pyrun.c
tests/setproctitle_test.py
tests/setthreadtitle_test.py
tests/test_win32.py