labels now allow underscored; bug fix

This commit is contained in:
cozis
2023-10-07 19:27:19 +02:00
parent 114c4c4a0b
commit 70dd14bcce
11 changed files with 303 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
from distutils.core import setup, Extension
setup(name="tinytemplate", version="1.0",
ext_modules=[Extension("tinytemplate", ["pytinytemplate.c"])])