diff --git a/Tools/compiler/setup.py b/Tools/compiler/setup.py new file mode 100644 index 00000000000..af217687b62 --- /dev/null +++ b/Tools/compiler/setup.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python + +from distutils.core import setup + +setup(name = "compiler", + version = "1.0", + author = "Jeremy Hylton", + author_email = "jeremy@beopen.com", + packages = ["compiler"])