labels now allow underscored; bug fix
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from distutils.core import setup, Extension
|
||||
setup(name="tinytemplate", version="1.0",
|
||||
ext_modules=[Extension("tinytemplate", ["pytinytemplate.c"])])
|
||||
Reference in New Issue
Block a user