mirror of https://github.com/python/cpython.git
distutils setup script
This commit is contained in:
parent
bdd901714d
commit
9c36a41694
|
@ -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"])
|
Loading…
Reference in New Issue