mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
distutils setup script
This commit is contained in:
parent
bdd901714d
commit
9c36a41694
1 changed files with 9 additions and 0 deletions
9
Tools/compiler/setup.py
Normal file
9
Tools/compiler/setup.py
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue