mirror of
https://github.com/ciromattia/kcc
synced 2025-12-12 17:26:23 +00:00
Litte cleanup of setup files
Added setup_console script that generate binaries used by AWKCC.
This commit is contained in:
10
setup.py
10
setup.py
@@ -1,17 +1,17 @@
|
||||
"""
|
||||
py2app/py2exe build script for MyApplication.
|
||||
py2app/py2exe build script for KCC.
|
||||
|
||||
Will automatically ensure that all build prerequisites are available
|
||||
via ez_setup
|
||||
|
||||
Usage (Mac OS X):
|
||||
python setup.py py2app
|
||||
python setup.py build
|
||||
|
||||
Usage (Windows):
|
||||
python setup.py py2exe
|
||||
python setup.py build
|
||||
"""
|
||||
import ez_setup
|
||||
ez_setup.use_setuptools()
|
||||
from ez_setup import use_setuptools
|
||||
use_setuptools()
|
||||
|
||||
import sys
|
||||
from setuptools import setup
|
||||
|
||||
Reference in New Issue
Block a user