Changeset 401

Show
Ignore:
Timestamp:
Sun Jan 21 21:10:45 2007
Author:
djfroofy
Message:

- added more meta-info to setup.py

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/setup.py

    r400 r401  
    10 10     author='Drew Smathers',  
    11 11     author_email='drew.smathers@gmail.com',  
    12       name='xix_utils',  
      12     name='xix-utils',  
    12 12     version='0.2.1',  
    13       description='',  
      13     description="""Xix Utils is a drillbit library independent (mostly) of  
      14     any framework ... simple reusable tools for python.""",  
      15     long_description="""Xix utils began as an attemp at designing a  
      16     templating / content-publshing framework which is now only those remains - xix.utils.  
      17     xix_utils is simply "yet more batteries for python."  Generalized  
      18     concepts and resulting POCs abstracted from other projects become module under  
      19     xix.utils. Known unstable modules should signal warnings at runtime.  
      20      
      21     Subversion trunk:  
      22      
      23     svn co http://svn.xix.python-hosting.com/branches/utils XixUtils  
      24     """,  
      25     license='MIT License',  
    14 26     url='http://xix.python-hosting.com',  
      27     classifiers=[  
      28         'Development Status :: 4 - Beta',  
      29         'License :: OSI Approved :: MIT License',  
      30         'Operating System :: MacOS :: MacOS X',  
      31         'Operating System :: Microsoft :: Windows',  
      32         'Operating System :: POSIX',  
      33         'Environment :: Console',  
      34         'Programing Language :: Python',  
      35         'Intended Audience :: Developers',  
      36         'Topic :: Software Development :: Libraries',  
      37         'Topic :: Software Development :: Utilities'],  
    15 38     packages=['xix', 'xix.utils', 'xix.utils.comp', 'xix.utils.tools'],  
    16 39     package_dir={'xix': 'xix'},