--- SetupConfig.py.orig 2024-12-02 12:53:43 UTC +++ SetupConfig.py @@ -10,7 +10,7 @@ from Cheetah.compat import PY2 # Cheetah3 has already been taken at PyPI, # CheetahTemplate3 seems to be too long. # CT3 is just right! -name = 'ct3' +name = 'cheetah' description = "Cheetah is a template engine and code generation tool" license = "MIT" author = "Tavis Rudd"