Mercurial > sqlpython
comparison setup.py @ 53:4cc24b17d70c
ironing out console_scripts
author | catherine@cordelia |
---|---|
date | Wed, 02 Apr 2008 19:27:22 -0400 |
parents | 46e6688c1881 |
children | bea930b41b58 |
comparison
equal
deleted
inserted
replaced
52:46e6688c1881 | 53:4cc24b17d70c |
---|---|
1 from ez_setup import use_setuptools | |
2 use_setuptools() | |
3 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
4 | 2 |
5 classifiers = """Development Status :: 4 - Beta | 3 classifiers = """Development Status :: 4 - Beta |
6 Intended Audience :: Information Technology | 4 Intended Audience :: Information Technology |
7 License :: OSI Approved :: MIT License | 5 License :: OSI Approved :: MIT License |