Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c36a41

Browse files
committed
distutils setup script
1 parent bdd9017 commit 9c36a41

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Tools/compiler/setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env python
2+
3+
from distutils.core import setup
4+
5+
setup(name = "compiler",
6+
version = "1.0",
7+
author = "Jeremy Hylton",
8+
author_email = "[email protected]",
9+
packages = ["compiler"])

0 commit comments

Comments
 (0)