ttx it is, the other tools are now obsolete

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@315 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-09-10 09:22:28 +00:00
parent 9feebb7121
commit b46acaab88

View File

@ -67,7 +67,7 @@ setup(
libraries=[],
)
],
scripts = ["Tools/ttcompile", "Tools/ttdump", "Tools/ttlist"],
scripts = ["Tools/ttx"],
cmdclass = {"build_ext": build_ext_optional}
)