You'll use distribute, and like it, dagnabbit

This commit is contained in:
adustman
2012-09-07 19:14:50 +00:00
parent 33002cedff
commit a5fe12f857
5 changed files with 526 additions and 6 deletions

View File

@ -1,3 +1,4 @@
import os, sys
from ConfigParser import SafeConfigParser
# This dequote() business is required for some older versions
@ -26,7 +27,6 @@ def mysql_config(what):
mysql_config.path = "mysql_config"
def get_config():
import os, sys
from setup_common import get_metadata_and_options, enabled, create_release_file
metadata, options = get_metadata_and_options()
@ -98,5 +98,5 @@ def get_config():
return metadata, ext_options
if __name__ == "__main__":
print """You shouldn't be running this directly; it is used by setup.py."""
sys.stderr.write("""You shouldn't be running this directly; it is used by setup.py.""")