Changeset 32 for trunk

Show
Ignore:
Timestamp:
03/21/08 00:50:55 (4 years ago)
Author:
tim
Message:

Adding a QUICKSTART document

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/FPyS.egg-info/PKG-INFO

    r31 r32  
    1818Classifier: License :: OSI Approved :: MIT License 
    1919Classifier: Programming Language :: Python 
     20Classifier: Topic :: Internet :: WWW/HTTP 
     21Classifier: Topic :: Software Development :: Libraries :: Python Modules 
  • trunk/FPyS.egg-info/SOURCES.txt

    r31 r32  
    11AUTHORS.txt 
    22LICENSE 
     3QUICKSTART 
    34README.txt 
    45ez_setup.py 
  • trunk/setup.py

    r29 r32  
    2727        "License :: OSI Approved :: MIT License", 
    2828        "Programming Language :: Python", 
     29        "Topic :: Internet :: WWW/HTTP", 
     30        "Topic :: Software Development :: Libraries :: Python Modules" 
    2931        ])