From ec4b49d843e67b31b33ac81bef55346353f1d04c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 25 May 2023 10:15:47 +0200 Subject: refactor: rearrange the project to the src/ layout. Fix also pyproject.toml to generate what seems right. Add the explicit dependency on nntplib for Python >= 3.12 (gh#python/cpython!104894). Fixes: https://todo.sr.ht/~mcepl/pygn/7 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 277d95c..166ec5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ build/ *.pyc -pygn.egg-info/ +pygn.*-info/ dist/ pyg.log *.suo -- cgit